Ask HN: Why Separate Email from Password I absolutely despise the new trend of splitting email and password fields on webpages and adding an extra click to access the password input
This and the autocomplete turned off by default.
WHY? |
Ask HN: Why Separate Email from Password I absolutely despise the new trend of splitting email and password fields on webpages and adding an extra click to access the password input
This and the autocomplete turned off by default.
WHY? |
So if a user entered their email, and clicked next, most of the time they had to be redirected to their IdP instead of asking them for a password that we were unable to validate. Us asking for a password (instead of redirecting after asking for email) was the exception.
The most common case would be because they bookmarked something internally, and then they visited their bookmark without having cookies or some way for us to know how we should authenticate them.