Updating changes to allow for disabling login

This commit is contained in:
Matt Meno
2018-02-01 17:17:05 -05:00
committed by Matt
parent 7f97716ae9
commit 516bc48a33
3 changed files with 18 additions and 3 deletions

View File

@@ -86,6 +86,11 @@ PAPERLESS_PASSPHRASE="secret"
# https://docs.djangoproject.com/en/1.11/ref/settings/#force-script-name
#PAPERLESS_FORCE_SCRIPT_NAME=""
# If you are using alternative authentication means or are just using paperless
# as a single user on a small private network, this option allows you to disable
# user authentication if you set it to "true"
#PAPERLESS_DISABLE_LOGIN=""
###############################################################################
#### Software Tweaks ####
###############################################################################