From 52ac0aaabeb43bd1fc18fc5a74ab878d91c9ed36 Mon Sep 17 00:00:00 2001 From: Yasin Date: Fri, 10 Jan 2014 14:53:24 +0100 Subject: [PATCH] PasswordReset: Updated template messages --- ui/templates/registration/password_reset_complete.html | 3 ++- ui/templates/registration/password_reset_confirm.html | 6 ++++-- ui/templates/registration/password_reset_done.html | 2 +- ui/templates/registration/password_reset_form.html | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) 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." %}

-- 2.43.0