Skip to content

Commit

Permalink
Merge pull request #23 from SeitaBV/bad-password-reset-link-on-accoun…
Browse files Browse the repository at this point in the history
…t-page

Fix password reset link on account page.
  • Loading branch information
Flix6x committed Feb 14, 2021
2 parents 6e664e3 + 59abd4f commit c6296c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flexmeasures/ui/templates/admin/account.html
Expand Up @@ -17,7 +17,7 @@ <h2> Account overview for {{ logged_in_user.username }} </h2>
</form>
</div>
<div class="col-sm-2">
<form action="/users/reset_passsword_for/{{ logged_in_user.id }}" method="get">
<form action="/users/reset_password_for/{{ logged_in_user.id }}" method="get">
<button class="btn btn-sm btn-responsive btn-info" type="submit">Send password reset instructions</button>
</form>
</div>
Expand Down

0 comments on commit c6296c4

Please sign in to comment.