From 461ace93033465f51e8a096d02792da9bc6387f6 Mon Sep 17 00:00:00 2001 From: Matt Wright Date: Tue, 18 Jun 2013 15:00:34 -0400 Subject: [PATCH] Update docs --- docs/configuration.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/configuration.rst b/docs/configuration.rst index 0b44a23..94c7cc0 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -220,4 +220,7 @@ Miscellaneous remember tokens. Remember tokens are used instead of user ID's as it is more secure. Defaults to ``remember-salt``. +``SECURITY_DEFAULT_REMEMBER_ME`` Specifies the default "remember me" + value used when logging in a user. + Defaults to ``False``. ======================================= ========================================