|
|
|
|
|
by Someone1234
1262 days ago
|
|
I can see how any password manager would get confused with the HTML of that page. Identically named username/password for create/login, but just happen to be in two different forms with a label to distinguish them. There's no way to determine what is what. It may be fixable via: - Set the autocomplete="current-password" and autocomplete="new-password" respectively (this is standard[0]). May help a password manager figure out what is going on. Unfortunately there's nothing standard like that for username or the login button (maybe there should be?). [0] https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes... |
|