add reset password functionality
This commit is contained in:
parent
23c3a24672
commit
caeec30509
16 changed files with 493 additions and 1 deletions
|
@ -22,6 +22,9 @@
|
|||
<div class="mb-3">
|
||||
<label for="inputPassword">Password</label>
|
||||
<input type="password" name="password" id="inputPassword" class="form-control" required>
|
||||
<div class="mb-3">
|
||||
<a href="{{ path('app_forgot_password_request') }}">Forgot password</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<input type="hidden" name="_csrf_token"
|
||||
|
|
Reference in a new issue