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-04-11 19:29:45 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-04-11 19:29:45 +0300
commit87127e3f043f531729ac9ea49d97416407c22914 (patch)
tree7d2387b0784ec1001b5d8d0220dc61df922b43b4 /templates
parent3e5a02ff45b4e96f096964985f80aa206c3e69af (diff)
Make sure the phone number has been verified and it did not change
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'templates')
-rw-r--r--templates/error_mismatch.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/error_mismatch.php b/templates/error_mismatch.php
new file mode 100644
index 0000000..802f710
--- /dev/null
+++ b/templates/error_mismatch.php
@@ -0,0 +1,3 @@
+<fieldset class="warning">
+ <?php p($l->t('Your phone number has changed and had not been re-verified. Use a different two-factor mechanism or contact your admin.')); ?>
+</fieldset>