Skip to content

Redirect audit_log to /-/user_settings/authentication_log

Aboobacker MK requested to merge tachyons_user_settings_auth_log into master

What does this MR do and why?

Redirect audit_log to /-/user_settings/authentication_log

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

How to set up and validate locally

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

Related to #422478 (closed)

Edited by Aboobacker MK

Merge request reports