Skip to content
This repository was archived by the owner on Jan 10, 2021. It is now read-only.

Commit ec7cdc6

Browse files
authored
Merge pull request #61 from Slugbotics/agavgavi/auth_timeout_change
Allow users to stay logged in as long as necessary
2 parents 09b9710 + 2a9869f commit ec7cdc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

common.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
auth = Auth(session, db,
4949
registration_requires_confirmation=False,
5050
password_complexity=False,
51-
use_username=False)
51+
use_username=False,
52+
login_expiration_time=False)
5253

5354
if auth.db:
5455
groups = Tags(db.auth_user, 'groups')

0 commit comments

Comments
 (0)