Update redirect after password reset to follow core (and resolve when user.page is not accessible)

Created on 9 February 2023, almost 2 years ago
Updated 6 September 2024, 3 months ago

Problem/Motivation

Core changed the redirect after password submit to go to <front>, not user login form (user.page route, in #2409657: Login screen after requesting new password is irrelevant β†’ ).

Due to changes in core, and potentially unique project setup, the user.page route may not actually be accessible, or it is pointless since the user will not need the user login form after receiving the reset link.

Lets update to go to the site homepage, same as core.

Proposed resolution

Lets update username_enumeration_prevention_pass_submit with the same behaviour as core.

Remaining tasks

- implement
- update broken tests
- I dont think new tests are required for this...

User interface changes

In some cases, you will not see a 403 or 404, you will go to the fornt page.

πŸ“Œ Task
Status

Closed: outdated

Version

1.0

Component

Code

Created by

πŸ‡¦πŸ‡ΊAustralia dpi Perth, Australia

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024