在 drupal 中包含 OpenId
我想在 drupal 中创建一个像 stackoverflow 一样的 OpenId 登录系统。默认情况下,drupal 不提供此功能。有没有任何插件可以完成这项工作?
编辑:用户应该还能够使用他们的 yahoo、gmail、aol 或博客帐户登录..你们无法理解我的专业.. 这很简单..我在我的 drupal 6 中启用了 openID。当我尝试使用我的 gmail 或 yahoo 帐户时,它无法登录。
我应该为此做什么?
i want to create a OpenId login system like stackoverflow :) in drupal..By default, drupal doesn't offer this..is there any plugin that does this job?
EDIT:the user should ALSO be able to login with their yahoo, gmail, aol or blogger account..u guys can't understand my pro..
it's simple..i've openID enabled in my drupal 6. When i try to use my gmail or yahoo account, it doesn't login.
What should i do for that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
现在有一个模块使用 Javascript OpenID Selector 添加类似的可视化界面使 Drupal 上的 OpenID 更易于使用,该模块称为 OpenID Selector。
There is now a module that uses the Javascript OpenID Selector to add a similar visual interface and makes OpenID on Drupal much easier to use, the module is called OpenID Selector.
是的,有一个模块可以实现这一点。
但是您添加了一个
drupal-6
标签,表明您正在使用 Drupal 6; OpenID 已经成为 Drupal 6 的核心部分超过 2 年了 - 它记录在 手册。Yes, there's a module for that.
But you added a
drupal-6
tag, which suggests you're using Drupal 6; OpenID has been a core part of Drupal 6 for >2 years - it's documented in the handbook.OpenId 已经包含在 drupal 6 的核心中,只需启用它即可。
对于 drupal5,您需要安装适当的模块。
OpenId already included in core in drupal 6, just enable it.
For drupal5 you need to install appropriate module.