implemented resetting passwords
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
21
static/templates/reset-pw.st
Normal file
21
static/templates/reset-pw.st
Normal file
@@ -0,0 +1,21 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user