Hi,
Running version 2.1.3 build 20101220.
I’m using the MSM and created a new user group (“Group A”) that has CP access to “Site A” but not “Site B”.
My file structure is:
/public_html/site_a/
index.php
admin.php
/public_html/site_b/
index.php
admin.php
I had issues with Group A users logging in at /site_a/ until I read http://ellislab.com/forums/viewthread/174006/ and added the following to /site_a/admin.php:
$assign_to_config['site_name'] = 'site_a';So now I’m able to log in at /site_a/ HOWEVER the site selector drop down in the upper right displays both “Site A” and “Site B”. I expect to see only “Site A”.
MOREOVER, if I click “Site B” from that selector I’m taken to [Site A] > [CP Home] > [Site Management] > [Switch Site] which is displayed twice on top of each other! EEEK!
For CP access I have Control Panel Session Type set to “Cookie Only”, but the same thing happens either way.