You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With 2FA switched on for the user, when you log in using username and password you will get to the page to insert one-time code. But the focus is not set for the input field. So you need to first click on the field to enter the one-time code.
Solution
After filling up username and password and getting to the page for filling the one-time code, set the focus into the input field, so you do need to click on it and you can just start filling the number.
Alternatives considered
No
Additional context
phpMyAdmin version: 5.0.2
The text was updated successfully, but these errors were encountered:
Problem
With 2FA switched on for the user, when you log in using username and password you will get to the page to insert one-time code. But the focus is not set for the input field. So you need to first click on the field to enter the one-time code.
Solution
After filling up username and password and getting to the page for filling the one-time code, set the focus into the input field, so you do need to click on it and you can just start filling the number.
Alternatives considered
No
Additional context
The text was updated successfully, but these errors were encountered: