1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 19:08:21 +00:00

[settings] Update pub repo creation and sync with folder

This commit is contained in:
zhengxie
2016-02-17 14:13:46 +08:00
parent 7ec15def66
commit 602355381f
4 changed files with 15 additions and 8 deletions

View File

@@ -2150,7 +2150,7 @@ def sys_settings(request):
'ENABLE_REPO_HISTORY_SETTING', 'USER_STRONG_PASSWORD_REQUIRED',
'ENABLE_ENCRYPTED_LIBRARY', 'USER_PASSWORD_MIN_LENGTH',
'USER_PASSWORD_STRENGTH_LEVEL', 'SHARE_LINK_PASSWORD_MIN_LENGTH',
'ENABLE_ORGANIZATION_LIBRARY'
'ENABLE_USER_CREATE_ORG_REPO'
)
STRING_WEB_SETTINGS = ('SERVICE_URL', 'FILE_SERVER_ROOT',)