Closed
Description
Preconditions (*)
- Reproduced on Magento 2.4.1, Magento 2.4.2
- Config "customer/startup/redirect_dashboard" is set to "No"
Steps to reproduce (*)
- Navigate to login page, without referrer parameter in URL (i.e. "/customer/account/login/")
- Enter invalid login data and try to login
- After page reload, URL will now contain a referrer parameter, which is the URL to "/customer/account/loginPost/" as base64 encoded string
- Enter correct login data and login
- You will be redirected to "/customer/account/loginPost", which will display a 404 error page, because this controller is not available for GET requests
Expected result (*)
- Unsuccessful login redirects back to login page without adding a referrer
Actual result (*)
- Unsuccessful login adds invalid URL as referrer parameter
Please provide Severity assessment for the Issue as Reporter. This information will help during Confirmation and Issue triage processes.
- Severity: S0 - Affects critical data or functionality and leaves users without workaround.
- Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
- Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
- Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
- Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.
Metadata
Metadata
Labels
Type
Projects
Status
Done