Skip to content

Prefix identity_verification routes with signup

Eugie Limpin requested to merge el-alias-iv-paths into master

Related to https://gitlab.com/gitlab-org/modelops/anti-abuse/team-tasks/-/issues/629

What does this MR do

This MR renames all *identity_verification_path helper calls to *signup_identity_verification_path.

and why?

Currently users go through identity verification as part of the registration process. Moving forward, we want to allow users that have already started using Gitlab to go through identity verification to complete verification methods–phone number and/or credit card verification–that they didn't go through during registration in exchange for in-app benefits (e.g. more CI minutes) (see epic).

As part of implementing this new identity verification flow, we're renaming the current path helpers to *signup_identity_verification_path to make it clear these path helpers output paths to pages for identity verification during registration. This allows us to reuse *identity_verification_path helper names for the new identity verification flow (outside of registration).

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

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

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

Edited by Eugie Limpin

Merge request reports