From: Ciro Scognamiglio Date: Wed, 9 Jul 2014 13:17:58 +0000 (+0200) Subject: fixed password reset X-Git-Tag: myslice-1.1~29 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=9bc6c5ab29c91ac9cfea07ad391eeb8686c30633;p=myslice.git fixed password reset --- 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.