TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Why Separate Email from Password

2 点作者 gergo_b超过 1 年前
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?

2 条评论

quectophoton超过 1 年前
I can&#x27;t talk for other places, but at the company I worked previously, it was done only because most of our users were from companies that had their own IdP (identity provider) and they wanted to login using that as SSO. Usually as a condition for the company to become our customer. Whether that was a hard requirement, checkbox ticking, or a bluff, I couldn&#x27;t say because that was already set in stone long before the time the task actually reached us devs.<p>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.<p>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.
stop50超过 1 年前
For some sites it is nessesary. How else do you want to be redirected to the SSO of the company?
评论 #39369526 未加载