From e70ad3d49344d6db5b0cf39c552345268c9417d8 Mon Sep 17 00:00:00 2001 From: Matt Date: Thu, 1 Feb 2018 17:32:08 -0500 Subject: [PATCH] Fixing formatting to be compatible with upstream repo for login disabling patch --- src/paperless/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/paperless/settings.py b/src/paperless/settings.py index ec7449f64..199a03dd6 100644 --- a/src/paperless/settings.py +++ b/src/paperless/settings.py @@ -85,7 +85,7 @@ AUTH_CLASSES = [\ #If AUTH is disabled, we just use our "bypass" authentication middleware if bool(os.getenv("PAPERLESS_DISABLE_LOGIN","false").lower() in ("yes", "y", "1", "t", "true")): - AUTH_CLASSES = ['paperless.auto_auth.Middleware'] + AUTH_CLASSES = ['paperless.auto_auth.Middleware'] MIDDLEWARE_CLASSES = [ 'django.middleware.security.SecurityMiddleware',