summaryrefslogtreecommitdiffstats
path: root/apps/twofactor_backupcodes
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2017-06-27 12:21:18 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2017-06-27 12:21:18 +0200
commit793de6a8d0906ec2f01cc3ee293493e5ae1a0d7a (patch)
tree51020e52c943e76056fdede2b30cff387ed09feb /apps/twofactor_backupcodes
parent6b5bbe18807c9b247a3b4f7d9d0739b8b791d9dd (diff)
downloadnextcloud-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/twofactor_backupcodes')
-rw-r--r--apps/twofactor_backupcodes/lib/Settings/Personal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/twofactor_backupcodes/lib/Settings/Personal.php b/apps/twofactor_backupcodes/lib/Settings/Personal.php
index 56eead16390..eb28dacb42b 100644
--- a/apps/twofactor_backupcodes/lib/Settings/Personal.php
+++ b/apps/twofactor_backupcodes/lib/Settings/Personal.php
@@ -77,6 +77,6 @@ class Personal implements ISettings {
* @since 9.1
*/
public function getPriority() {
- return 85;
+ return 40;
}
}