Skip to content

Redirect personal access tokens to user_settings

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

What does this MR do and why?

Move /-/profile/personal_access_tokens to /-/user_settings/personal_access_tokens and redirect end_point to new endpoint till next major release (17.0).

This merge request updates the codebase to reflect a change in the user interface. The personal access tokens section in the user profile has been moved from the "Profile" section to the "User settings" section. This change is reflected in the code by moving the relevant controllers, views, and routes from the "Profiles" module to the "User settings" module. Additionally, some references to the old paths have been updated to reflect the new location.

Related to #422478 (closed)

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

  1. In your local GitLab instance, navigate to the following URL:
http://localhost:3000/-/profile/personal_access_tokens
  1. You will be redirected to the new endpoint:
http://localhost:3000/-/user_settings/personal_access_tokens
  1. Verify that the personal access tokens page is displayed correctly.

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