From 151a38c3a33ee953ce487e8802da952c6626296c Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 20 Sep 2024 10:30:33 -0700 Subject: [PATCH] Update configuration.md --- docs/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configuration.md b/docs/configuration.md index a94e3172c..4490549a6 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -611,6 +611,8 @@ You can optionally also automatically redirect users to the SSO login with [PAPE : See the corresponding [django-allauth documentation](https://docs.allauth.org/en/latest/account/configuration.html) + Defaults to True + #### [`PAPERLESS_SESSION_COOKIE_AGE=`](#PAPERLESS_SESSION_COOKIE_AGE) {#PAPERLESS_SESSION_COOKIE_AGE} : Default login cookie expiration. Applies to regular logins if remember is enabled and always for SSO logins. See the corresponding