Skip to content

Check if Arkose is enabled on signup instead of login

What does this MR do and why?

Check if Arkose is enabled on signup instead of login

When reporting blocked users back to Arkose, check if Arkose is enabled on signup instead of on login, because we will remove the arkose_labs_login_challenge flag shortly.

At the time the Arkose::BlockedUsersReportWorker was introduced, Arkose was only enabled on login. Since Arkose will stay enabled on signup, Arkose should know about all users that will be blocked.

Issue: https://gitlab.com/gitlab-org/modelops/anti-abuse/team-tasks/-/work_items/412

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Alex Buijs

Merge request reports