[BUG] Clicking the Set New Password
buttons results in a 404
#97
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Brief description of the bug:
On the Send Password Reset page, clicking the
Set New Password
button results in a 404.Steps to reproduce the bug:
Logout and then click
Forgot Password?
-> click theSet New Password
button.Expected behaviour:
The Reset Password page should load with the
TEMPORARY PASSWORD
input autofocused.Fix:
The URL in the button link is incorrect (
/auth/reset_password
). It should be/auth/reset
.Fixed in #117