forked from .cyb/cyberman
Update 'views/forgot.tt'
This commit is contained in:
parent
676f8e948e
commit
db5d3c7018
|
@ -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 />
|
||||
[ <button action="submit" class="textButton">submit</button> ]
|
||||
[ <button action="submit" class="textButton">Send link</button> ]
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue