implemented resetting passwords
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
17
static/templates/reset_link_sent.st
Normal file
17
static/templates/reset_link_sent.st
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
«head()»
|
||||
<body id="login">
|
||||
«navigation()»
|
||||
«messages()»
|
||||
|
||||
<h1>Confirmation</h1>
|
||||
<fieldset>
|
||||
<legend>
|
||||
Link sent
|
||||
</legend>
|
||||
An email was sent to you:<br/>
|
||||
This mail contains a link, that proves you are in control about the resprective mail address. Open the received link in a web browser and you will be able to set a new password.
|
||||
</fieldset>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user