Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2017-06-22 18:33:45 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2017-06-23 13:38:05 +0300
commitf6ecc46cfa6dcb5423497167fc19ffc2f3439938 (patch)
tree9bf2c01e4608af9cc6e154efbb396bc3cda56663 /apps/twofactor_backupcodes/appinfo/info.xml
parent7817811d13931886199c23c78b7d2df93800bf0d (diff)
adapt twofactore_backupcodes
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/twofactor_backupcodes/appinfo/info.xml')
-rw-r--r--apps/twofactor_backupcodes/appinfo/info.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/twofactor_backupcodes/appinfo/info.xml b/apps/twofactor_backupcodes/appinfo/info.xml
index 92300320e1e..b5399fbd777 100644
--- a/apps/twofactor_backupcodes/appinfo/info.xml
+++ b/apps/twofactor_backupcodes/appinfo/info.xml
@@ -5,7 +5,7 @@
<description>A two-factor auth backup codes provider</description>
<licence>agpl</licence>
<author>Christoph Wurst</author>
- <version>1.2.0</version>
+ <version>1.2.1</version>
<namespace>TwoFactorBackupCodes</namespace>
<category>other</category>
@@ -28,4 +28,9 @@
<step>OCA\TwoFactorBackupCodes\Migration\CopyEntriesFromOldTable</step>
</post-migration>
</repair-steps>
+
+ <settings>
+ <personal>OCA\TwoFactorBackupCodes\Settings\Personal</personal>
+ <personal-section>OCA\TwoFactorBackupCodes\Settings\PersonalSection</personal-section>
+ </settings>
</info>