PasswordReset: Updated template messages
authorYasin <mohammed-yasin.rahman@lip6.fr>
Fri, 10 Jan 2014 13:53:24 +0000 (14:53 +0100)
committerYasin <mohammed-yasin.rahman@lip6.fr>
Fri, 10 Jan 2014 13:53:24 +0000 (14:53 +0100)
ui/templates/registration/password_reset_complete.html
ui/templates/registration/password_reset_confirm.html
ui/templates/registration/password_reset_done.html
ui/templates/registration/password_reset_form.html

index a566307..63ce14e 100644 (file)
@@ -6,7 +6,8 @@
 
 {% block content %}
 
-<h1>{% trans 'Password reset complete' %}</h1>
+<h2>{% trans 'OneLab secured Password reset wizard' %}</h2>
+<h3>{% trans 'Password reset successful' %}</h3>
 
 <p>{% trans "Your password has been set.  You may go ahead and log in now." %}</p>
 
index e683a3f..5d5124e 100644 (file)
@@ -8,7 +8,8 @@
 
 {% if validlink %}
 
-<h1>{% trans 'Enter new password' %}</h1>
+<h2>{% trans 'OneLab secured Password reset wizard' %}</h2>
+<h3>{% trans 'Enter new password' %}</h3>
 
 <p>{% trans "Please enter your new password twice so we can verify you typed it in correctly." %}</p>
 
@@ -22,7 +23,8 @@
 
 {% else %}
 
-<h1>{% trans 'Password reset unsuccessful' %}</h1>
+<h2>{% trans 'OneLab secured Password reset wizard' %}</h2>
+<h3>{% trans 'Password reset unsuccessful!' %}</h3>
 
 <p>{% trans "The password reset link was invalid, possibly because it has already been used.  Please request a new password reset." %}</p>
 
index 58afd0e..caeb4eb 100644 (file)
@@ -5,7 +5,7 @@
 
 {% block content %}
 
-<h1>{% trans 'Password reset successful' %}</h1>
+<h2>{% trans 'Onelab secured Password reset wizard' %}</h2>
 
 <p>{% trans "We've emailed you instructions for setting your password to the email address you submitted. You should be receiving it shortly." %}</p>
 
index dc188cd..35b4911 100644 (file)
@@ -7,7 +7,7 @@
 
 {% block content %}
 
-<h1>{% trans "Onelab Password reset wizard" %}</h1>
+<h2>{% trans "Onelab secured Password reset wizard" %}</h2>
 
 <p>{% trans "Forgotten your password? Enter your email address below, and we'll email instructions for setting a new one." %}</p>