Skip to content

Check if active users are identity verification exempt

Ian Anderson requested to merge ia-check-iv-exemption-for-active-users into master

What does this MR do and why?

Currently, users go through identity verification when they sign up. As part of Iteration 1 identity verification will be expanded to active users which will grant them access to in-app benefits (i.e. running CI pipelines and creating groups without restrictions).

This MR adds a check to determine if an active user is exempt from identity verification before requiring them to verify their identity. Additionally, the signup_identity_verification_exempt? method was renamed to identity_verification_exempt? since it is used during both the signup and active user identity verification flow.

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.

Edited by Ian Anderson

Merge request reports