1
0
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:
lian
2015-10-09 15:40:54 +08:00
parent fa95e64d87
commit 1de4cb2608
10 changed files with 12 additions and 12 deletions

View File

@@ -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,''),