From 9bc6c5ab29c91ac9cfea07ad391eeb8686c30633 Mon Sep 17 00:00:00 2001 From: Ciro Scognamiglio Date: Wed, 9 Jul 2014 15:17:58 +0200 Subject: [PATCH] fixed password reset --- portal/templates/password_reset_confirm.html | 43 +++++++++++++++----- 1 file changed, 33 insertions(+), 10 deletions(-) diff --git a/portal/templates/password_reset_confirm.html b/portal/templates/password_reset_confirm.html index dde21814..df4be05c 100644 --- a/portal/templates/password_reset_confirm.html +++ b/portal/templates/password_reset_confirm.html @@ -13,19 +13,42 @@

Secured Password reset wizard

Please enter your new password twice so we can verify you typed it in correctly.

- -
{% csrf_token %} - {{ form.new_password1.errors }} -

{{ form.new_password1 }}

- {{ form.new_password2.errors }} -

{{ form.new_password2 }}

-

+ + +
+
+ {% csrf_token %} + {{ form.new_password1.errors }} + +
+
+ {{ form.new_password1 }} +
+
+
+
+ {{ form.new_password2.errors }} + +
+
+ {{ form.new_password2 }} +
+
+
+
+ +
+
{% else %} - -

Onelab secured Password reset wizard

- +
+
+

Password reset Password reset

+
+
+
+

The password reset link was invalid, possibly because it has already been used. Please request a new password reset.

If you still encounter problem please Contact Support for password recovery.

-- 2.43.0