mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-27 15:27:11 +00:00
fix #13
This commit is contained in:
parent
7984806b38
commit
db5d04c37f
@ -314,4 +314,5 @@ CAPTCHA_IMAGE_SIZE = (75, 33)
|
||||
CAPTCHA_FOREGROUND_COLOR = '#001100'
|
||||
|
||||
#
|
||||
|
||||
SESSION_COOKIE_AGE = 10800 # 3 hours
|
||||
SESSION_SAVE_EVERY_REQUEST = True
|
||||
|
@ -18,3 +18,4 @@ celery==3.1.23
|
||||
ansible==2.1.1.0
|
||||
django-simple-captcha==0.5.2
|
||||
django-formtools==1.0
|
||||
sshpubkeys==2.2.0
|
||||
|
Loading…
Reference in New Issue
Block a user