summaryrefslogtreecommitdiffstats
path: root/lib/private/Settings
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-04-04 11:57:43 +0200
committerGitHub <noreply@github.com>2017-04-04 11:57:43 +0200
commite0227cb4588a343db9eadfefc2733660877fb60d (patch)
treef5407b1201cbd2b23e230b6e16e6d4c74ae1cfc7 /lib/private/Settings
parentda178db98edf54088cb94391088a53257f682b5d (diff)
parentaee2d6318fef503528c94947596bafeb43594ed3 (diff)
downloadnextcloud-server-e0227cb4588a343db9eadfefc2733660877fb60d.tar.gz
nextcloud-server-e0227cb4588a343db9eadfefc2733660877fb60d.zip
Merge pull request #2095 from nextcloud/bruteforcesetttings
Introduce bruteforce settings
Diffstat (limited to 'lib/private/Settings')
-rw-r--r--lib/private/Settings/Manager.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/Settings/Manager.php b/lib/private/Settings/Manager.php
index 94df00551d4..080b697b238 100644
--- a/lib/private/Settings/Manager.php
+++ b/lib/private/Settings/Manager.php
@@ -273,6 +273,7 @@ class Manager implements IManager {
$sections = [
0 => [new Section('server', $this->l->t('Server settings'), 0, $this->url->imagePath('settings', 'admin.svg'))],
5 => [new Section('sharing', $this->l->t('Sharing'), 0, $this->url->imagePath('core', 'actions/share.svg'))],
+ 10 => [new Section('security', $this->l->t('Security'), 0, $this->url->imagePath('core', 'actions/password.svg'))],
45 => [new Section('encryption', $this->l->t('Encryption'), 0, $this->url->imagePath('core', 'actions/password.svg'))],
98 => [new Section('additional', $this->l->t('Additional settings'), 0, $this->url->imagePath('core', 'actions/settings-dark.svg'))],
99 => [new Section('tips-tricks', $this->l->t('Tips & tricks'), 0, $this->url->imagePath('settings', 'help.svg'))],