Skip to content

Commit

Permalink
config: reduce permanent session lifetime to 10 days
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Nov 29, 2023
1 parent 3a20700 commit 38eee4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions invenio.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +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)

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

0 comments on commit 38eee4f

Please sign in to comment.