summaryrefslogtreecommitdiff
path: root/resources/views/verify-success-page.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/verify-success-page.phtml')
-rw-r--r--resources/views/verify-success-page.phtml14
1 files changed, 14 insertions, 0 deletions
diff --git a/resources/views/verify-success-page.phtml b/resources/views/verify-success-page.phtml
new file mode 100644
index 0000000000..0004319ab0
--- /dev/null
+++ b/resources/views/verify-success-page.phtml
@@ -0,0 +1,14 @@
+<?php use Fisharebest\Webtrees\I18N; ?>
+
+<h2 class="wt-page-title">
+ <?= $title ?>
+</h2>
+
+<div class="wt-page-content">
+ <p>
+ <?= I18N::translate('You have confirmed your request to become a registered user.') ?>
+ </p>
+ <p>
+ <?= I18N::translate('The administrator has been informed. As soon as they give you permission to sign in, you can sign in with your username and password.') ?>
+ </p>
+</div>