Skip to content
Snippets Groups Projects
Verified Commit 4a902ed0 authored by Lorena Ciutacu's avatar Lorena Ciutacu Committed by GitLab
Browse files

Merge branch 'vij-beta-dormant-members' into 'master'

Designates the dormant member feature as beta

See merge request !178851



Merged-by: default avatarLorena Ciutacu <lciutacu@gitlab.com>
Approved-by: default avatarSheldon Led <sheldonled@gitlab.com>
Approved-by: default avatarLorena Ciutacu <lciutacu@gitlab.com>
Reviewed-by: default avatarLorena Ciutacu <lciutacu@gitlab.com>
Co-authored-by: default avatarVijay Hawoldar <vhawoldar@gitlab.com>
parents 710b1298 dd9ce2fc
No related branches found
No related tags found
3 merge requests!181325Fix ambiguous `created_at` in project.rb,!179611Draft: Rebase CR approach for zoekt assignments,!178851Designates the dormant member feature as beta
Pipeline #1642807916 passed
......@@ -68,8 +68,10 @@ To unban a user:
DETAILS:
**Tier:** Free, Premium, Ultimate
**Offering:** GitLab.com
**Status:** Beta
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/461339) in GitLab 17.1 [with a flag](../../administration/feature_flags.md) named `group_remove_dormant_members`. Disabled by default.
> [Released](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/178851) as a [beta](../../policy/development_stages_support.md#beta) feature in GitLab 17.9.
FLAG:
The availability of this feature is controlled by a feature flag.
......
......@@ -8,6 +8,7 @@
.form-group
= f.label :remove_dormant_members, _('Dormant members'), class: 'label-bold'
= render('shared/beta_badge', style: 'gl-ml-1 gl-mt-1')
= f.gitlab_ui_checkbox_component :remove_dormant_members,
_('Remove dormant members after a period of inactivity'),
help_text: help_text,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment