Skip to content

Commit

Permalink
config: PERMANENT_SESSION_LIFETIME timedelta value
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Nov 29, 2023
1 parent 38eee4f commit 3c02a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invenio.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ SECURITY_CHANGEABLE = True # local login: allow users to change psw
SECURITY_CONFIRMABLE = True # local login: users can confirm e-mail address
SECURITY_LOGIN_WITHOUT_CONFIRMATION = False # don't allow users to login without confirming
SECURITY_EMAIL_SUBJECT_REGISTER = "Welcome to Zenodo!"
PERMANENT_SESSION_LIFETIME = datetime.timedelta(days=10)
PERMANENT_SESSION_LIFETIME = timedelta(days=10)

# Invenio-OAuthclient
# ===================
Expand Down

0 comments on commit 3c02a9e

Please sign in to comment.