From ccc89177062203f3ed9fc4bec2ebe3b7c8a1035e Mon Sep 17 00:00:00 2001 From: Michael Williams Date: Mon, 13 Jan 2025 01:26:02 -0600 Subject: [PATCH] Documentation: minor formatting fix in config (#8683) --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 671e289b0..92ab15a41 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -596,7 +596,7 @@ system. See the corresponding : 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 nor logging in with local credentials via the API. To prevent access to the Django admin, 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). -You can optionally also automatically redirect users to the SSO login with [PAPERLESS_REDIRECT_LOGIN_TO_SSO](#PAPERLESS_REDIRECT_LOGIN_TO_SSO) + You can optionally also automatically redirect users to the SSO login with [PAPERLESS_REDIRECT_LOGIN_TO_SSO](#PAPERLESS_REDIRECT_LOGIN_TO_SSO) Defaults to False