Steps to reproduce the issue
Install latest Joomla 4 branch with sample data. Check urls of the following pages:
- Login /index.php/login?view=login
- Forgot username: /index.php/username-reminder?view=remind
- Forgot password; /index.php/password-reset?view=reset
Expected result
Url should not contain view in query string, so;
- Login /index.php/login
- Forgot username: /index.php/username-reminder
- Forgot password; /index.php/password-reset
Actual result
Urls still contain view in query string (which is not needed)
Issue confirmed.
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/18774.