Documentation: add additional information about Django admin remaining accessible with PAPERLESS_DISABLE_REGULAR_LOGIN (#5993)

This commit is contained in:
Andrew Berry 2024-03-06 10:46:14 -05:00 committed by GitHub
parent a3892302b0
commit 90b43e154a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View 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