cms
cms copied to clipboard
bugfix/17445 2fa, passkeys and `maxInvalidLogins`
Description
Passkey and 2fa login attempts should be factored into the maxInvalidLogins.
When a user tries to login with a passkey that's deemed invalid, or provided a valid password but invalid verification code (e.g. totp or recovery code) update the account locking parameters and lock the account if maxInvalidLogins is reached, just like we do when logging in with a password.
Related issues
#17445