1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 14:50:29 +00:00

[2fa] Remember device for certain days

This commit is contained in:
zhengxie
2017-12-15 11:33:00 +08:00
parent f5daddfef3
commit c767931fd3
8 changed files with 97 additions and 6 deletions

View File

@@ -634,6 +634,7 @@ CLOUD_DEMO_USER = 'demo@seafile.com'
ENABLE_TWO_FACTOR_AUTH = False
OTP_LOGIN_URL = '/profile/two_factor_authentication/setup/'
TWO_FACTOR_DEVICE_REMEMBER_DAYS = 90
# Enable personal wiki, group wiki
ENABLE_WIKI = False