From: Yasin Date: Fri, 10 Jan 2014 13:53:24 +0000 (+0100) Subject: PasswordReset: Updated template messages X-Git-Tag: myslice-0.3-0~38^2~7 X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=52ac0aaabeb43bd1fc18fc5a74ab878d91c9ed36 PasswordReset: Updated template messages --- diff --git a/ui/templates/registration/password_reset_complete.html b/ui/templates/registration/password_reset_complete.html index a5663077..63ce14e6 100644 --- a/ui/templates/registration/password_reset_complete.html +++ b/ui/templates/registration/password_reset_complete.html @@ -6,7 +6,8 @@ {% block content %} -

{% trans 'Password reset complete' %}

+

{% trans 'OneLab secured Password reset wizard' %}

+

{% trans 'Password reset successful' %}

{% trans "Your password has been set. You may go ahead and log in now." %}

diff --git a/ui/templates/registration/password_reset_confirm.html b/ui/templates/registration/password_reset_confirm.html index e683a3f9..5d5124e4 100644 --- a/ui/templates/registration/password_reset_confirm.html +++ b/ui/templates/registration/password_reset_confirm.html @@ -8,7 +8,8 @@ {% if validlink %} -

{% trans 'Enter new password' %}

+

{% trans 'OneLab secured Password reset wizard' %}

+

{% trans 'Enter new password' %}

{% trans "Please enter your new password twice so we can verify you typed it in correctly." %}

@@ -22,7 +23,8 @@ {% else %} -

{% trans 'Password reset unsuccessful' %}

+

{% trans 'OneLab secured Password reset wizard' %}

+

{% trans 'Password reset unsuccessful!' %}

{% trans "The password reset link was invalid, possibly because it has already been used. Please request a new password reset." %}

diff --git a/ui/templates/registration/password_reset_done.html b/ui/templates/registration/password_reset_done.html index 58afd0ee..caeb4ebd 100644 --- a/ui/templates/registration/password_reset_done.html +++ b/ui/templates/registration/password_reset_done.html @@ -5,7 +5,7 @@ {% block content %} -

{% trans 'Password reset successful' %}

+

{% trans 'Onelab secured Password reset wizard' %}

{% trans "We've emailed you instructions for setting your password to the email address you submitted. You should be receiving it shortly." %}

diff --git a/ui/templates/registration/password_reset_form.html b/ui/templates/registration/password_reset_form.html index dc188cd7..35b4911c 100644 --- a/ui/templates/registration/password_reset_form.html +++ b/ui/templates/registration/password_reset_form.html @@ -7,7 +7,7 @@ {% block content %} -

{% trans "Onelab Password reset wizard" %}

+

{% trans "Onelab secured Password reset wizard" %}

{% trans "Forgotten your password? Enter your email address below, and we'll email instructions for setting a new one." %}