diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-06-27 12:21:18 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2017-06-27 12:21:18 +0200 |
commit | 793de6a8d0906ec2f01cc3ee293493e5ae1a0d7a (patch) | |
tree | 51020e52c943e76056fdede2b30cff387ed09feb /apps/encryption/appinfo | |
parent | 6b5bbe18807c9b247a3b4f7d9d0739b8b791d9dd (diff) | |
download | nextcloud-server-793de6a8d0906ec2f01cc3ee293493e5ae1a0d7a.tar.gz nextcloud-server-793de6a8d0906ec2f01cc3ee293493e5ae1a0d7a.zip |
move encryption to security (and behind two factor things)
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/encryption/appinfo')
-rw-r--r-- | apps/encryption/appinfo/info.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/encryption/appinfo/info.xml b/apps/encryption/appinfo/info.xml index 01e42ae370b..7cfdc934386 100644 --- a/apps/encryption/appinfo/info.xml +++ b/apps/encryption/appinfo/info.xml @@ -30,7 +30,6 @@ <settings> <admin>OCA\Encryption\Settings\Admin</admin> <personal>OCA\Encryption\Settings\Personal</personal> - <personal-section>OCA\Encryption\Settings\PersonalSection</personal-section> </settings> <commands> <command>OCA\Encryption\Command\EnableMasterKey</command> |