Same list of users on different forums

edited January 2012 in Vanilla 2.0 - 2.8

I have two different forums: example1.com and example2.example1.com.
I need: to give users access to both of them when users enter login/password on example1.com.
Question: How can I do it?

At the moment I came up with this:

  1. Make a lines in config.php the same:
$ Configuration ['Garden'] ['Cookie'] ['Salt'] = 'XXXXXXXXXX';
$ Configuration ['Garden'] ['Cookie'] ['Domain'] = 'example1.com';
  1. Make a tables GDN_User the same.

Does this version will work? If not, what did I do wrong?
Thank you and sorry my bad english, please.

P.S. At the moment I'm not interested in automatic synchronization. I just need to know what I need to synchronize.

Tagged:

Answers

This discussion has been closed.