Move profile/password to user_settings
What does this MR do and why?
Move /-/profile/password to /-/user_settings/password and redirect end_point to new endpoint till next major release (17.0)
The merge request updates the codebase to move the PasswordsController
from the Profiles
module to the UserSettings
module. This change is reflected in the file paths, class names, and routes. Additionally, some error handling and logging have been improved.
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
- In your local GitLab instance, navigate to the following URL:
http://localhost:3000/-/profile/password/edit
- You will be redirected to the new endpoint:
http://localhost:3000/-/user_settings/password/edit
- Verify that the password can be updated.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Aboobacker MK