From cefdf8bf19d764b7fef3d04383a41ed856af5503 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sat, 10 Aug 2019 17:18:39 +0200 Subject: [ticket/11327] Finish up initial version of password reset system PHPBB3-11327 --- .../prosilver/template/ucp_reset_password.html | 38 ++++++++++++++-------- 1 file changed, 25 insertions(+), 13 deletions(-) (limited to 'phpBB/styles') diff --git a/phpBB/styles/prosilver/template/ucp_reset_password.html b/phpBB/styles/prosilver/template/ucp_reset_password.html index 8b700de430..3f9ffce519 100644 --- a/phpBB/styles/prosilver/template/ucp_reset_password.html +++ b/phpBB/styles/prosilver/template/ucp_reset_password.html @@ -1,32 +1,44 @@ -
+
-

{L_SEND_PASSWORD}

+

{{ lang('RESET_PASSWORD') }}

+ {% if S_IS_PASSWORD_RESET %} + {% if ERROR %}

{{ ERROR }}

{% endif %} +
+
+
+
+
+
+
+
+ {% else %} {% if USERNAME_REQUIRED %}

{{ lang('EMAIL_NOT_UNIQUE') }}

{% endif %} -
-

{L_EMAIL_REMIND}
-
-
- {% if USERNAME_REQUIRED %} -
-
-
-
+
+

{{ lang('EMAIL_REMIND') }}
+
+
+ {% if USERNAME_REQUIRED %} +
+
+
+
+ {% endif %} {% endif %}
 
-
{S_HIDDEN_FIELDS} 
+
{{ S_HIDDEN_FIELDS }} 
- {S_FORM_TOKEN} + {{ S_FORM_TOKEN }}
-- cgit v1.2.1