Update 'views/forgot.tt'

This commit is contained in:
mia 2019-02-23 05:56:12 +01:00
parent 676f8e948e
commit db5d3c7018
1 changed files with 4 additions and 4 deletions

View File

@ -5,10 +5,10 @@
<% IF err || success %>
<div class="msgBox">
<% IF e_no_user %>
Error: There is no user account associated with that email address.
An email has been sent if there is an account. Please click the link to reset your password.
<% END %>
<% IF success %>
An email has been sent to <% params.email | html_entity %>. Please click the link to reset your password.
An email has been sent if there is an account. Please click the link to reset your password.
<% END %>
</div>
<br /><br />
@ -20,8 +20,8 @@
<br />
<form method="POST">
<label for="email">Email address:</label>
<input type="email" name="email" id="email" value="<% params.email | html_entity %>"/>
<input type="email" name="email" id="email" value="" required/>
<br />
[&nbsp;<button action="submit" class="textButton">submit</button>&nbsp;]
[&nbsp;<button action="submit" class="textButton">Send link</button>&nbsp;]
</form>
</div>