Treat users as low risk if Arkose risk band is unavailable
What does this MR do and why?
Closes: https://gitlab.com/gitlab-org/modelops/anti-abuse/team-tasks/-/work_items/840
Previously we returned a default risk band for Arkose of Unavailable
. In order to complete registrations users must be arkose_verified?
, which would return false
if a user had an Unavailable
risk band and prevent user registration. This MR ensures that users are treated as arkose_verified?
as long as they have an Arkose risk band.
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.