[FF] Clean up importer_user_mapping_allow_bypass_of_confirmation
What does this MR do and why?
The feature that allows admin to turn off confirmation emails to enterprise users during the direct transfer process is generally available as of 18.3.
This MR deletes the feature flag importer_user_mapping_allow_bypass_of_confirmation
, and updates the documentation.
References
Screenshots or screen recordings
Before | After |
---|---|
![]() |
![]() |
How to set up and validate locally
-
Log into the app (premium or ultimate plan)
-
Navigate to admin settings admin/application_settings/general#js-import-export-settings
-
You should see the checkbox
Skip confirmation when administrators reassign placeholder users
[Optional]
-
If you enable the checkbox and
A**llow migrating GitLab groups and projects by direct transfer**
** ,** you should be able to go through the direct transfer process for importing group. -
After doing an import, go to the parent group settings at groups/<GROUPNAME>/-/group_members?tab=placeholders&subtab=awaiting which displays the group member contributions.
-
You should see a banner above the table with the warning
The **Skip confirmation when administrators reassign placeholder users** setting is enabled.
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #541373