2012-02-20, 04:53 PM
(This post was last modified: 2012-02-20, 07:17 PM by masterkiller.)
I have a series of forums for separate domains. I would PREFER a single sign on across all the forums but my understanding is that it isn't possible. However, I would like to at least keep all of the user accounts synchronized.
I plan to take the user accounts from the existing forum and import them into my new mybb forum install. That works for initial setup but what can I do going forward to ensure that the new user registration checks all of the databases for existing user name first?
Thanks for your help
Would it be possible to create the users in a different database?
Example:
I have 3 forums all running on the same server.
I create a database called Master.
When a new user is registered, if I can create the user in the Master database, I could replicate the new users down into the Forum1db, Forum2db, Forum3db. Each forum would have individual statistics and I would prefer global statistics. Perhaps I could use the Master database for all of the forums?
I plan to take the user accounts from the existing forum and import them into my new mybb forum install. That works for initial setup but what can I do going forward to ensure that the new user registration checks all of the databases for existing user name first?
Thanks for your help
Would it be possible to create the users in a different database?
Example:
I have 3 forums all running on the same server.
Databases:
Forum1db
Forum2db
Forum3db
I create a database called Master.
Databases:
Master
Forum1db
Forum2db
Forum3db
When a new user is registered, if I can create the user in the Master database, I could replicate the new users down into the Forum1db, Forum2db, Forum3db. Each forum would have individual statistics and I would prefer global statistics. Perhaps I could use the Master database for all of the forums?