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.
33 lines
1.2 KiB
33 lines
1.2 KiB
7 months ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
«head()»
|
||
|
«userinfo()»
|
||
|
|
||
|
<body id="login">
|
||
|
«navigation()»
|
||
|
«messages()»
|
||
7 months ago
|
<h1>neues Account-Passwort setzen</h1>
|
||
7 months ago
|
<form method="POST">
|
||
|
<fieldset>
|
||
|
|
||
7 months ago
|
Hallo «if(data.user.name)»«data.user.name»«else»«data.user.email»«endif»! Du kannst hier ein neues Passwort für deinen Account «data.email» setzen:
|
||
|
<legend>Login-Daten</legend>
|
||
7 months ago
|
<label>
|
||
|
<input enabled="false" value="«data.user.email»" />
|
||
7 months ago
|
Email-Adresse
|
||
7 months ago
|
</label>
|
||
|
<label>
|
||
|
<input type="password" name="password" value="" id="password" />
|
||
7 months ago
|
Passwort
|
||
7 months ago
|
</label>
|
||
|
<label>
|
||
|
<input type="password" name="password-repeat" value="" id="password-repeat" />
|
||
7 months ago
|
Passwort (Wiederholung)
|
||
7 months ago
|
</label>
|
||
|
<input type="hidden" name="token" value="«data.token»" />
|
||
7 months ago
|
<button type="submit">neues Passwort speichern</button>
|
||
7 months ago
|
</fieldset>
|
||
|
</form>
|
||
7 months ago
|
<a href="reset-pw">Passwort vergessen?</a>
|
||
7 months ago
|
</body>
|
||
|
</html>
|