From dd6b2bfcc550270bb6d6778e11576148f71e4330 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Fri, 12 Oct 2018 11:04:12 +0100 Subject: Use .phtml extension for template files --- resources/views/register-success-page.phtml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 resources/views/register-success-page.phtml (limited to 'resources/views/register-success-page.phtml') diff --git a/resources/views/register-success-page.phtml b/resources/views/register-success-page.phtml new file mode 100644 index 0000000000..9544fd6476 --- /dev/null +++ b/resources/views/register-success-page.phtml @@ -0,0 +1,15 @@ + + +

+ +

+ +
+

+ Thank you for your registration.', e($user->getRealName())) ?> +

+ +

+ %s. You must verify your account request by following instructions in the confirmation email. If you do not confirm your account request within seven days, your application will be rejected automatically. You will have to apply again.

After you have followed the instructions in the confirmation email, the administrator still has to approve your request before your account can be used.

To sign in to this website, you will need to know your username and password.', $user->getEmail()) ?> +

+
-- cgit v1.3