如何考虑openID来设计网站的会员系统?

发布于 2024-08-13 15:22:39 字数 100 浏览 6 评论 0原文

我正在设计一个网站的数据库,我注意到stackoverflow采用了openID,这令人印象深刻。但是,如果某些用户使用不支持 openID 的电子邮件地址怎么办?对于这个问题你怎么看?

I am designing the database of a website and I have noticed that stackoverflow adopts openID which is very impressive. But what if some users use email address which doesn't support openID. What do you think of this issue?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

陌上青苔 2024-08-20 15:22:39

如果用户还没有 OpenID,您可以将他们引导至 OpenID 提供商,以便他们可以注册一个。

如果您不支持 OpenID,那么您的用户仍然需要注册,但如果您鼓励他们获取 OpenID,那么他们可以在其他支持它的网站上重复使用 - 就像这个网站一样。

If users don't already have an OpenID, then you direct them to an OpenID provider so they can sign up for one.

If you didn't support OpenID then your users would still have to sign up, but if you encourage them to get an OpenID then they can reuse on other sites that support it - like this one.

梦途 2024-08-20 15:22:39

在为您的网站设计登录实现时,您有三种选择:

  1. 支持内部登录系统;
  2. 支持内部登录系统 OpenID,适用于拥有 OpenID 并且不想注册其他用户只是为了使用网站的用户;
  3. 仅支持 OpenID(就是这种情况)。

对于每种情况,您都有不同的实现。您可以根据您的社区和利基来决定哪个网站更适合您的网站。由于 SO 来自开发人员,SO 开发人员认为使用 OpenID 是个好主意 - 但取决于您的受众(真正的非技术人员)需要 OpenID 可能会更糟然后登录障碍本身。 (这是我个人对这个问题的看法)

You have three choices when designing a login implementation for your website:

  1. Support an internal login system;
  2. Support an internal login system and OpenID for users that have an OpenID and don't want to register another user just to use a website;
  3. Support only OpenID (That's the SO case).

For each case you have different implementations. It's up to you yo decide what is better for you website based on your community and niche. Since SO is from developers, SO developers thought it was a good idea to use OpenID - but depending on your audience (really non technical people) requiring OpenID can be worse then the login barrier itself. (This is my personal opinion about the subject)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文