discourse/app/assets/javascripts/discourse/tests
Krzysztof Kotlarek 4db5525d25
FIX: do not lock account if backup codes are available (#18982)
Currently, we have available three 2fa methods:
- Token-Based Authenticators
- Physical Security Keys
- Two-Factor Backup Codes

If the first two are deleted, user lose visibility of their backup codes, which suggests that 2fa is disabled.

However, when they try to authenticate, the account is locked, and they have to ask admin to fix that problem.

This PR is fixing the issue. User still sees backup codes in their panel and can use them to authenticate.

In next PR, I will improve UI to clearly notify the user when 2fa is fully disabled and when it is still active.
2022-11-11 13:00:06 +11:00
..
acceptance FIX: do not lock account if backup codes are available (#18982) 2022-11-11 13:00:06 +11:00
addons/truth-helpers/integration/helpers DEV: adds includes helper to templates (#18259) 2022-09-15 14:20:37 +02:00
fixtures FIX: Clientside checks for personal_message_enabled_groups (#18691) 2022-10-21 14:38:33 +10:00
helpers DEV: Load client site settings YML into JS tests (#18413) 2022-11-08 09:17:43 +10:00
integration UX: tweaks to msg actions menu (#18966) 2022-11-10 07:42:37 +01:00
unit DEV: Use store to create Post records in tests (#18920) 2022-11-08 18:13:45 +01:00
index.html DEV: Load client site settings YML into JS tests (#18413) 2022-11-08 09:17:43 +10:00
setup-tests.js DEV: Avoid cloning site settings in QUnit tests (#18811) 2022-11-02 20:07:17 +09:00
test-boot-ember-cli.js DEV: Remove all use of Ember/jQuery globals in core (#18670) 2022-10-19 17:04:49 +01:00