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 %> <% IF err || success %>
<div class="msgBox"> <div class="msgBox">
<% IF e_no_user %> <% 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 %> <% END %>
<% IF success %> <% 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 %> <% END %>
</div> </div>
<br /><br /> <br /><br />
@ -20,8 +20,8 @@
<br /> <br />
<form method="POST"> <form method="POST">
<label for="email">Email address:</label> <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 /> <br />
[&nbsp;<button action="submit" class="textButton">submit</button>&nbsp;] [&nbsp;<button action="submit" class="textButton">Send link</button>&nbsp;]
</form> </form>
</div> </div>