-
- Downloads
Remove `webauthn_without_totp` feature flag
We deemed the `webauthn_without_totp` feature flag safe after it was rollout for Gitlab.com 15.10. See: https://gitlab.com/gitlab-org/gitlab/-/issues/386270 Now we enable this new feature by default and delete the feature flag. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/396931 Changelog: changed
Showing
- .rubocop_todo/gitlab/feature_flag_without_actor.yml 0 additions, 1 deletion.rubocop_todo/gitlab/feature_flag_without_actor.yml
- app/controllers/profiles/two_factor_auths_controller.rb 9 additions, 15 deletionsapp/controllers/profiles/two_factor_auths_controller.rb
- app/views/authentication/_register.html.haml 0 additions, 50 deletionsapp/views/authentication/_register.html.haml
- app/views/profiles/two_factor_auths/show.html.haml 2 additions, 5 deletionsapp/views/profiles/two_factor_auths/show.html.haml
- config/feature_flags/development/webauthn_without_totp.yml 0 additions, 8 deletionsconfig/feature_flags/development/webauthn_without_totp.yml
- doc/user/profile/account/two_factor_authentication.md 0 additions, 6 deletionsdoc/user/profile/account/two_factor_authentication.md
- locale/gitlab.pot 0 additions, 9 deletionslocale/gitlab.pot
- spec/controllers/profiles/two_factor_auths_controller_spec.rb 0 additions, 61 deletions.../controllers/profiles/two_factor_auths_controller_spec.rb
- spec/features/webauthn_spec.rb 74 additions, 183 deletionsspec/features/webauthn_spec.rb
- spec/frontend/authentication/webauthn/register_spec.js 0 additions, 135 deletionsspec/frontend/authentication/webauthn/register_spec.js
- spec/frontend/fixtures/webauthn.rb 0 additions, 18 deletionsspec/frontend/fixtures/webauthn.rb
- spec/support/helpers/features/two_factor_helpers.rb 0 additions, 11 deletionsspec/support/helpers/features/two_factor_helpers.rb
- spec/support/shared_examples/features/2fa_shared_examples.rb 18 additions, 9 deletionsspec/support/shared_examples/features/2fa_shared_examples.rb
Please register or sign in to comment