Hi,
It sounds like there could be a bug when creating new sites.
However with related sites mode users and roles are shared accross sites. As such it is intended to keep roles that can manage users the same across sites, ie site context should not change who can manage a user it should not be possible to manage a user only in site x but not in site y since it is the same user.
I believe that we have logic to sync allowed roles for such things so that all sites get updated when they are changed. The possible bug is if the new site creation is resetting them. What should happen is the new site gets created with the same values for roles that can manage users as the rest of the sites. Then if you change them it should again affect all sites.
There are a number of security related Site Settings that are intended to by synchronized across sites when using related sites mode including:
- RolesThatCanViewMemberList
- RolesThatCanManageUsers
- RolesThatCanLookupUsers
This is because it is one set of users and one set of roles. Those roles are looked up on the current site not the master site for enforcement so have to actually sync the data.
Given that information let me know if you think there is a bug when creating new sites let me know and ideally steps to produce the problem.
Thanks,
Joe