1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 23:29:49 +00:00

Added remember me to login form

This commit is contained in:
zhengxie
2014-01-02 16:20:39 +08:00
parent c58f8fb778
commit 443acd57d2
5 changed files with 24 additions and 4 deletions

View File

@@ -360,6 +360,9 @@ LOGGING = {
LOGIN_ATTEMPT_LIMIT = 3
LOGIN_ATTEMPT_TIMEOUT = 15 * 60 # in seconds (default: 15 minutes)
# Age of cookie, in seconds (default: 1 day).
SESSION_COOKIE_AGE = 24 * 60 * 60
#################
# Email sending #
#################