mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-26 15:26:19 +00:00
update webdav access (#6554)
This commit is contained in:
@@ -54,7 +54,7 @@ class Settings extends React.Component {
|
||||
{ show: true, href: '#user-basic-info', text: gettext('Profile') },
|
||||
{ show: canUpdatePassword, href: '#update-user-passwd', text: gettext('Password') },
|
||||
{ show: enableGetAuthToken, href: '#get-auth-token', text: gettext('Web API Auth Token') },
|
||||
{ show: enableWebdavSecret, href: '#update-webdav-passwd', text: gettext('WebDav Password') },
|
||||
{ show: enableWebdavSecret, href: '#update-webdav-passwd', text: gettext('WebDav Access') },
|
||||
{ show: enableAddressBook, href: '#list-in-address-book', text: gettext('Global Address Book') },
|
||||
{ show: true, href: '#lang-setting', text: gettext('Language') },
|
||||
{ show: isPro, href: '#email-notice', text: gettext('Email Notification') },
|
||||
|
Reference in New Issue
Block a user