any one interested for this feature :

1 single account for all Drupal sites.

also the use may transfer the user point among the sites.

Comments

vm’s picture

not quite sure what you mean by a single account in this situation

drupal already offers the ability to login to multiple sites using the same login information ie: openid.module or the singlesignon.module may also be an option

with regards to userpoints, I don't know there may be a way to share that table between drupal instances but I'd think you have to share the same DB with all sites.

mm167’s picture

yes, openID is what I am thinking of ...

my "1 account for all Drupal sites" means, if u are a member of a Drupal site (say, drupal.org), and I have create a new drupal site (say, java.org, a site for java programmer). For some reasons, u may want to login to my site for some discussions about java, but u dont want a long term membership of my site.

in this case, U may be happy if u can use your a/c in drupal.org to get into my site java.org.

I believe that's OpenID..right?

this will help all drupal site owners to form a union. The next step may be inter-communication among drupal sites. Say, site-transfer of user points (sounds like bank transfer.. ).

vm’s picture

OpenID is a shared identity service, which allows Internet users to log on to many different web sites using a single digital identity

openid is in core as of Drupal 6.x and the module can be found in administer -> modules

more info about openid = http://openid.net/

more info about the openid.module = http://drupal.org/handbook/modules/openid

mm167’s picture

thanks very ...