Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Drupal 7 OpenID module [closed]

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'.

like image 847
dywane Avatar asked Jun 09 '11 01:06

dywane


2 Answers

Use the Janrain/RPX Module.

like image 183
Ethan Cabiac Avatar answered Oct 12 '22 22:10

Ethan Cabiac


  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.
like image 45
Oswald Avatar answered Oct 12 '22 23:10

Oswald