You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
770 B
21 lines
770 B
9 months ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
«head()»
|
||
|
<body id="login">
|
||
|
«navigation()»
|
||
|
«messages()»
|
||
|
<h1>Widerhall password recovery</h1>
|
||
|
<form method="POST">
|
||
|
<fieldset>
|
||
|
<legend>Forgot password?</legend>
|
||
|
If you have lost or forgot your password, please enter your email below.
|
||
|
Upon pressing the "Reset password" button, you will be sent an email with a link allowing you to set a new password.
|
||
|
<label>
|
||
|
<input type="text" name="email" value="«data.email»" id="email" />
|
||
|
Email address
|
||
|
</label>
|
||
|
<button type="submit">Reset password</button>
|
||
|
</fieldset>
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|