Skip to content
代码片段 群组 项目
提交 c57f9b1b 编辑于 作者: Eugie Limpin's avatar Eugie Limpin
浏览文件

Change opt_in_identity_verification type from wip to gitlab_com_derisk

上级 d3cbe053
No related branches found
No related tags found
1 合并请求!2498Add job wait time to group runners dashboard
...@@ -5,5 +5,5 @@ introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147068 ...@@ -5,5 +5,5 @@ introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/147068
rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/455481 rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/455481
milestone: '17.0' milestone: '17.0'
group: group::anti-abuse group: group::anti-abuse
type: wip type: gitlab_com_derisk
default_enabled: false default_enabled: false
...@@ -58,7 +58,7 @@ def signup_identity_verified? ...@@ -58,7 +58,7 @@ def signup_identity_verified?
def identity_verification_enabled? def identity_verification_enabled?
return false unless ::Gitlab::Saas.feature_available?(:identity_verification) return false unless ::Gitlab::Saas.feature_available?(:identity_verification)
return false unless ::Feature.enabled?(:opt_in_identity_verification, self, type: :wip) return false unless ::Feature.enabled?(:opt_in_identity_verification, self, type: :gitlab_com_derisk)
# When no verification methods are available i.e. both phone number and # When no verification methods are available i.e. both phone number and
# credit card verifications are disabled # credit card verifications are disabled
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册