Skip to content

Wording changes related to `webauthn_without_totp`

Eduardo Sanz García requested to merge eduardosanz/text-webauthn into master

What does this MR do and why?

When webauthn_without_totp feature flag is enable, there is no requirement to enable TOTP.

Other changes in wording to bring parity between TOTP and WebAuthn as 2FA.

Changelog: changed

Screenshots or screen recordings

Before After
image image

How to set up and validate locally

  1. In rails console, enable the feature flag: Feature.enable(:webauthn_without_totp)
  2. Go to https://gdk.test:3443/-/profile/two_factor_auth

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 Eduardo Sanz García

Merge request reports

Loading