From 7281ba0ee1458e13016ff956b875904206114060 Mon Sep 17 00:00:00 2001 From: mia Date: Sat, 23 Feb 2019 05:53:45 +0100 Subject: [PATCH] Update 'views/login.tt' --- views/login.tt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/views/login.tt b/views/login.tt index ad207c6..49dc586 100644 --- a/views/login.tt +++ b/views/login.tt @@ -5,14 +5,14 @@ <% IF account_created %>
- Your account has been created and a confirmation email sent to <% params.email | html_entity %>. Please confirm your email address, then log in here. + Your account has been created and a confirmation email sent to <% params.email | html_entity %>. Please confirm your email address to confirm your registration.


<% END %> <% IF params.pwchange %>
- Your password has been changed and all browsers logged out. Please log in again here. + Your password has been changed and all sessions logged out. Please log in again.


<% END %> @@ -20,13 +20,13 @@ <% IF error %>
<% IF e_no_user %> - The email address <% params.email | html_entity %> is not registered. + Your email address is not registered or the password is incorrect. <% END %> <% IF e_pass %> - Your password was incorrect, sorry. + Your email address is not registered or the password is incorrect. <% END %> <% IF e_not_confirmed %> - Please confirm your email address using the link sent to <% params.email | html_entity %>. + Please confirm your email address. <% END %>


@@ -42,7 +42,7 @@ - + @@ -50,14 +50,14 @@ - +
- [  ] - [ go back ] + [  ] + [ Go back ]

- [ recover forgotten password ] + [ Recover password ]