Tell the user if the reset password token is expired.

This commit is contained in:
Greg Burri 2024-11-09 18:58:39 +01:00
parent ed979719b5
commit 37f6de7a89
4 changed files with 34 additions and 25 deletions

View file

@ -8,7 +8,7 @@
<label for="password_field_1">Re-enter password</label>
<input id="password_field_2" type="password" name="password_2" />
{{ message_password }}
<input type="hidden" name="reset_token" value="{{ reset_token }}" />