Wording changes related to `webauthn_without_totp`
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 |
---|---|
How to set up and validate locally
- In rails console, enable the feature flag:
Feature.enable(:webauthn_without_totp)
- 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.
- [s] I have evaluated the MR acceptance checklist for this MR.
Edited by Eduardo Sanz García