prompt 6
This commit is contained in:
9
web/templates/public/forgot_password.html
Normal file
9
web/templates/public/forgot_password.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{{define "content"}}
|
||||
<h1>Password dimenticata</h1>
|
||||
<p class="muted">Inserisci la tua email. Se l'account esiste e risulta verificato, invieremo un link di reset.</p>
|
||||
<form action="/forgot-password" method="post">
|
||||
<label>Email</label>
|
||||
<input type="email" name="email" value="{{.Email}}" required>
|
||||
<button type="submit">Invia link reset</button>
|
||||
</form>
|
||||
{{end}}
|
||||
Reference in New Issue
Block a user