1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-16 15:19:06 +00:00

remove ENABLE_USER_CREATE_ORG_REPO

This commit is contained in:
lian
2021-11-25 15:08:50 +08:00
parent 4a48ea3800
commit 8f1c13e68b
4 changed files with 2 additions and 15 deletions

View File

@@ -320,13 +320,6 @@ class WebSettings extends Component {
value={config_dict['SHARE_LINK_PASSWORD_STRENGTH_LEVEL']}
helpTip={gettext('The level(1-4) of a share/upload link password\'s strength. For example, \'3\' means password must have at least 3 of the following: num, upper letter, lower letter and other symbols')}
/>
<CheckboxItem
saveSetting={this.saveSetting}
displayName='ENABLE_USER_CREATE_ORG_REPO'
keyText='ENABLE_USER_CREATE_ORG_REPO'
value={config_dict['ENABLE_USER_CREATE_ORG_REPO']}
helpTip={gettext('Allow user to add organization libraries. Otherwise, only system admin can add organization libraries.')}
/>
<CheckboxItem
saveSetting={this.saveSetting}
displayName='ENABLE_USER_CLEAN_TRASH'