removed no-login option since it wasn't working with the new django version anyway.

This commit is contained in:
Jonas Winkler
2020-11-09 15:28:45 +01:00
parent 7bd843283d
commit 44cd8565b1
4 changed files with 0 additions and 55 deletions

View File

@@ -129,11 +129,6 @@ PAPERLESS_EMAIL_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="false"
###############################################################################
#### Software Tweaks ####
###############################################################################