Is it possible to have more than one site but when people register on one they are registered on all of them?

I use drupal 5.1

Thanks

Comments

yelvington’s picture

See /admin/settings/distributed-authentication. It does not duplicate registration information across servers, so if you want a single central profile system you have some work to do. (I would suggest theming user profile links so that they all point to the master server.)

vm’s picture

that only comes up with the drupal.module installed distributed authentication.

may want to investigate the single signon module as well.

vivek.puri’s picture

There are two things common registration and single sign on. Single sign on is tricky. But common registration can be done quite easily by sharing user info across multiple sites if you can share database. For more details you can look at this Topic: Multi-Site, Single Codebase, Shared Database, Shared Sign-on 5.x