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:
@@ -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'
|
||||
|
Reference in New Issue
Block a user