Live data from Hacker News

Ask HN: Why do we now show username/password fields on separate screens?

news.ycombinator.com

1–10 of 15 posts

Ask HN: Why do we now show username/password fields on separate screens?

#1
Some time in the last year or two, it has become fashionable to have login flows consist of two individual views: one view where you enter your username/email, and another view for your password.

Why the sudden divergence from rendering these within the same form in the same view? Why the extra click? It’s also annoying from the perspective of password managers when not done properly.

Re: Ask HN: Why do we now show username/password fields on separate screens?

#7
Those who are saying SSO should take note that it’s not really necessary to use this pattern for SSO. For example, Microsoft uses the pattern that they will redirect you as soon as your email looks like an SSO email. This has the benefit of allowing a user to enter their password before their username (not doing so being a major pet peeve of mine when copying a password from a password manager).
Post reply on HN