logoalt Hacker News

singpolyma3today at 12:25 PM1 replyview on HN

> don't have a form with just a login email and force the user to click to enter the password

This is required for any non trivial auth system though. You not know until the user is submitted if that user has a password or is using something else.


Replies

quptoday at 1:40 PM

So what if we don't know? We can find out at the same time.

We're trying to authenticate a pair: user/pass.

show 2 replies