Recently, many websites require entering Email/Username and password fields in separate steps. Using the auto-fill keyboard shortcut (Ctrl + Shift + L) to fill the password will use the second profile in such scenarios, which isn’t immediately evident.
For example - Login Page for MongoDB Atlas uses this behaviour
- Ctrl + Shift + L → auto fills email from the “Login Profile 1”
- Click on next → verifies the email and disables the email field → displays password input field
- Ctrl + Shift + L → auto fills password from “Login Profile 2”
An option to toggle the cycling of profile on repeatedly using the auto-fill keyboard shortcut would be nice.