mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-24 21:07:17 +00:00
change ENABLE_ENCRYPT_LIBRARY to ENABLE_ENCRYPTED_LIBRARY
This commit is contained in:
@@ -238,7 +238,7 @@ ENABLE_UPLOAD_FOLDER = False
|
||||
ENABLE_RESUMABLE_FILEUPLOAD = False
|
||||
|
||||
# enable encrypt library
|
||||
ENABLE_ENCRYPT_LIBRARY = True
|
||||
ENABLE_ENCRYPTED_LIBRARY = True
|
||||
|
||||
# mininum length for password of encrypted library
|
||||
REPO_PASSWORD_MIN_LENGTH = 8
|
||||
@@ -621,7 +621,7 @@ CONSTANCE_CONFIG = {
|
||||
'REGISTRATION_SEND_MAIL': (REGISTRATION_SEND_MAIL ,''),
|
||||
'LOGIN_REMEMBER_DAYS': (LOGIN_REMEMBER_DAYS,''),
|
||||
|
||||
'ENABLE_ENCRYPT_LIBRARY': (ENABLE_ENCRYPT_LIBRARY,''),
|
||||
'ENABLE_ENCRYPTED_LIBRARY': (ENABLE_ENCRYPTED_LIBRARY,''),
|
||||
'REPO_PASSWORD_MIN_LENGTH': (REPO_PASSWORD_MIN_LENGTH,''),
|
||||
'ENABLE_REPO_HISTORY_SETTING': (ENABLE_REPO_HISTORY_SETTING,''),
|
||||
|
||||
|
Reference in New Issue
Block a user