Clean up account_validation_email feature flag
What does this MR do and why?
Clean up account_validation_email
feature flag.
This feature flag controls the sending of email to a user prompting them to verify a credit card to be able to continue using CI. It works only when ci_require_credit_card_on_trial_plan
(disabled one year ago and will be cleaned up in !167139 (merged)) or ci_require_credit_card_on_free_plan
(cleaned up in !162805 (merged)) features are enabled.
Both ci_require_credit_card_on_trial_plan
and ci_require_credit_card_on_free_plan
are now replaced with https://gitlab.com/groups/gitlab-org/modelops/anti-abuse/-/epics/32+ which makes account_validation_email
feature unnecessary.
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.