From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 7 Mar 2024 17:13:01 +0000 (-0800) Subject: Documentation: tweak `PAPERLESS_DISABLE_REGULAR_LOGIN` info X-Git-Tag: v2.6.2~1^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37c454544447fcd81e5dc057d4ab2275b99effea;p=thirdparty%2Fpaperless-ngx.git Documentation: tweak `PAPERLESS_DISABLE_REGULAR_LOGIN` info --- diff --git a/docs/configuration.md b/docs/configuration.md index 85bf940bc0..38ffcf465b 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -585,7 +585,7 @@ system. See the corresponding #### [`PAPERLESS_DISABLE_REGULAR_LOGIN=`](#PAPERLESS_DISABLE_REGULAR_LOGIN) {#PAPERLESS_DISABLE_REGULAR_LOGIN} -: Disables the regular frontend username / password login, i.e. once you have setup SSO. Note that the Django admin login cannot be disabled by Paperless. To prevent logins directly into Django, consider blocking `/admin/login` in your [web server or reverse proxy configuration](https://github.com/paperless-ngx/paperless-ngx/wiki/Using-a-Reverse-Proxy-with-Paperless-ngx). +: Disables the regular frontend username / password login, i.e. once you have setup SSO. Note that this setting does not disable the Django admin login. To prevent logins directly to Django, consider blocking `/admin/` in your [web server or reverse proxy configuration](https://github.com/paperless-ngx/paperless-ngx/wiki/Using-a-Reverse-Proxy-with-Paperless-ngx). Defaults to False