Skip to content
代码片段 群组 项目
未验证 提交 24502ac6 编辑于 作者: Jerry Seto's avatar Jerry Seto 提交者: GitLab
浏览文件

Merge branch 'el-change-ff-type' into 'master'

Change opt_in_identity_verification type from wip to gitlab_com_derisk

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/154324



Merged-by: default avatarJerry Seto <jseto@gitlab.com>
Approved-by: default avatarAbhilash Kotte <akotte@gitlab.com>
Approved-by: default avatarJerry Seto <jseto@gitlab.com>
Co-authored-by: default avatarEugie Limpin <elimpin@gitlab.com>
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.
先完成此消息的编辑!
想要评论请 注册