Drupal 7 OpenID 模块

发布于 2024-11-14 11:04:38 字数 185 浏览 2 评论 0原文

我想知道如何使用 drupal 7 进行类似于 stackoverflow openid 的登录?在 stackoverflow 中,我们有各种登录选项,如 facebook、google 等,显示图像以选择各种帐户。但我尝试了 drupal 7,登录选项下方仅显示“使用 OpenID 登录”。除了“使用 OpenID 登录”之外,如何显示多个帐户选项。

I would like to as how can we have the login similar to the stackoverflow openid using drupal 7? In stackoverflow, we have various login options like facebook, google, etc, the image is show to choose various accounts. But I tried for drupal 7, only the 'Log in using OpenID' is shown beneath the login options. How do I show the multiple account options besides 'Log in using OpenID'.

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

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

发布评论

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

评论(2

我是有多爱你 2024-11-21 11:04:38
  1. 创建一些 HTML 来显示您想要明确提及的 OpenID 提供商。
  2. 创建一些 JavaScript,在单击 HTML 中的 OpenID 提供程序时填充文本输入字段。
  3. 将其包装到 Drupal 模块中。
  1. Create some HTML that shows the OpenID providers that you want to mention explicitly.
  2. Create some JavaScript that fills in the text input field when clicking on the OpenID provider in the HTML.
  3. Wrap it into a Drupal module.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文