Continue reset form on bad entry
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{{template "header"}}
|
||||
<h1 class="display-4">Forgot your password? <small class="text-muted">Define a new one!</small></h1>
|
||||
|
||||
<form method="post" action="reset">
|
||||
<form method="post" action="reset?l={{ .login }}&t={{ .token }}">
|
||||
{{if .error}}<div class="alert alert-danger" role="alert">{{.error}}</div>{{end}}
|
||||
<div class="form-group">
|
||||
<input required="" class="form-control" id="input_0" type="text" placeholder="Email" value="{{ .login }}" disabled="">
|
||||
|
||||
Reference in New Issue
Block a user