]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Documentation: tweak `PAPERLESS_DISABLE_REGULAR_LOGIN` info
authorshamoon <4887959+shamoon@users.noreply.github.com>
Thu, 7 Mar 2024 17:13:01 +0000 (09:13 -0800)
committershamoon <4887959+shamoon@users.noreply.github.com>
Thu, 7 Mar 2024 17:13:01 +0000 (09:13 -0800)
docs/configuration.md

index 85bf940bc098b2781f01907738d51bd73425c7ac..38ffcf465b049890d4fa37e10cb0da6e6161c8fc 100644 (file)
@@ -585,7 +585,7 @@ system. See the corresponding
 
 #### [`PAPERLESS_DISABLE_REGULAR_LOGIN=<bool>`](#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