Exit registration verification
Compare changes
Files
13+ 8
− 0
This adds an Exit
link to the required verification page, when the require_verification_for_namespace_creation
experiment is enabled, which allows the user to skip credit card verification and group + project creation during signup. It can be toggled through a feature flag.
Issue: https://gitlab.com/gitlab-org/growth/team-tasks/-/issues/559
combined_registration
experiment
Feature.enable(:combined_registration)
require_verification_for_namespace_creation
experiment
Feature.enable(:require_verification_for_namespace_creation)
exit_registration_verification
feature flag
Feature.enable(:exit_registration_verification)
http://localhost:3000/users/sign_up/groups_projects/new
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.