1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-20 02:48:51 +00:00

Merge pull request #1743 from haiwen/master-sharing-groups

[ share-repo ] can share repo to any groups
This commit is contained in:
xiez
2017-08-11 13:32:12 +08:00
committed by GitHub
10 changed files with 132 additions and 12 deletions

View File

@@ -1960,6 +1960,7 @@ def sys_settings(request):
'USER_PASSWORD_STRENGTH_LEVEL', 'SHARE_LINK_PASSWORD_MIN_LENGTH',
'ENABLE_USER_CREATE_ORG_REPO', 'FORCE_PASSWORD_CHANGE',
'LOGIN_ATTEMPT_LIMIT', 'FREEZE_USER_ON_LOGIN_FAILED',
'ENABLE_SHARE_TO_ALL_GROUPS'
]
if HAS_TWO_FACTOR_AUTH: