-
Bug
-
Resolution: Fixed
-
Minor
-
4.3.7, 4.4.3, 4.5
Currently when pressing enter (or pretty much any key except backspace) after entering a MFA token, the form will be resubmitted. If the token was invalid, this leads to two failed attempts, or even more if more keys were pressed afterwards. If the token was valid, it might happen that the first form submission gets accepted, but then the form gets resubmitted, and the user get displayed an error, because they used an token twice.
After inputting an invalid token, that invalid token is displayed again, and when clicking into the token field pressing for example Ctrl+A, or the arrow keys, the form is submitted again, which leads to a failed attempt (or even two in the case of Ctrl+A).
Obviously, the field should not submit on those keypresses, and it also should not submit multiple times
- is a regression caused by
-
MDL-78509 Add Multi-factor authentication (MFA) plugin
-
- Closed
-