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

github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-08-21 21:30:14 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-08-21 21:30:14 +0300
commitde724a0e8085b405684a67b04c22fc07b27743af (patch)
tree7acf8ca11bc7c2ab3da66c50e54b313d55259fae /appinfo/info.xml
parentf2fab19e78cf10c6b16ca1f48775c9d88f12bb47 (diff)
Add test command to send messages via all gateways
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 8fb6595..27ff9a3 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -24,6 +24,7 @@
</two-factor-providers>
<commands>
<command>OCA\TwoFactorGateway\Command\Status</command>
+ <command>OCA\TwoFactorGateway\Command\Test</command>
</commands>
<settings>
<personal>OCA\TwoFactorGateway\Settings\PersonalSettings</personal>