Fix password resetting
This commit is contained in:
parent
48bf4f26c4
commit
92c07b02cb
2 changed files with 7 additions and 7 deletions
|
@ -6,7 +6,6 @@
|
|||
<h1>Reset your password</h1>
|
||||
|
||||
{{ form_start(resetForm) }}
|
||||
{{ form_row(resetForm.plainPassword) }}
|
||||
<button class="btn btn-primary">Reset password</button>
|
||||
{{form_widget(resetForm)}}
|
||||
{{ form_end(resetForm) }}
|
||||
{% endblock %}
|
||||
|
|
Reference in a new issue