Skip to content

Fix incorrect feature flag check

Nicolas Dular requested to merge nicolasdular/201728-fix-feature-flag into master

What does this MR do?

Closes #201728 (closed)

For the new sign up flow, we're using invisible captcha. They are behind a feature flag invisible_captcha. While we only check for the invisible_captcha feature flag in the frontend we would activate the feature in the controller when the user was part of the new sign up experiment.

Therefore, we'd have checked in the controller the invisible captcha, although we didn't render it in the frontend when invisible_captcha was turned off.

No changelog because it is still behind the feature flag experimental_separate_sign_up_flow

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Nicolas Dular

Merge request reports