Please fill out the sections below.
Be kind and objective when writing in text.
Thanks for the report! :)
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 the Set 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.
> Please fill out the sections below.
> Be kind and objective when writing in text.
> Thanks for the report! :)
**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 the `Set 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`.
glyph
added the bug label 2022-03-28 11:21:02 +00:00
glyph
added the peach-web label 2022-06-14 09:59:55 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Brief description of the bug:
On the Send Password Reset page, clicking the
Set New Passwordbutton results in a 404.Steps to reproduce the bug:
Logout and then click
Forgot Password?-> click theSet New Passwordbutton.Expected behaviour:
The Reset Password page should load with the
TEMPORARY PASSWORDinput autofocused.Fix:
The URL in the button link is incorrect (
/auth/reset_password). It should be/auth/reset.Fixed in #117