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