Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Include OpenId in drupal

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?

like image 520
Sam Avatar asked Feb 27 '23 19:02

Sam


2 Answers

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.

like image 124
Christopher Avatar answered Mar 11 '23 22:03

Christopher


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.

like image 37
James Polley Avatar answered Mar 11 '23 22:03

James Polley