Skip to content

Move profile/password to user_settings

Aboobacker MK requested to merge tachyons-redirect-passwords into master

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.

#422478 (closed)

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. In your local GitLab instance, navigate to the following URL:
http://localhost:3000/-/profile/password/edit
  1. You will be redirected to the new endpoint:
http://localhost:3000/-/user_settings/password/edit
  1. 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.

Edited by Aboobacker MK

Merge request reports