add reset password functionality

This commit is contained in:
Jannis Portmann 2021-05-02 14:45:17 +02:00
parent 23c3a24672
commit caeec30509
16 changed files with 493 additions and 1 deletions

View file

@ -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"