]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Documentation: add additional information about Django admin remaining accessible...
authorAndrew Berry <andrew@furrypaws.ca>
Wed, 6 Mar 2024 15:46:14 +0000 (10:46 -0500)
committerGitHub <noreply@github.com>
Wed, 6 Mar 2024 15:46:14 +0000 (15:46 +0000)
docs/configuration.md

index b1e882845205a351fbe401365a1619c4f54ec860..85bf940bc098b2781f01907738d51bd73425c7ac 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.
+: 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).
 
     Defaults to False