By sgware on
Drupal 5.1
IIS with clean URLs via ISAPI Rewrite
I have a multi-site setup right now, and the user_roles table is not shared (this is intentional because I need roles to be assigned on a site by site basis). We will not have a static number of sites... new sites can and will be added at any time, and we may eventually be hosting quite a lot of sites.
Everything seems to work fine with the "out of the box" (not using any modules) multi-site setup, except that I would like to create an admin role that will have its respective privileges on all sites without being manually assigned to every site one at a time. Is there a way to do this, or a module that will allow this?
Thanks!
-Stephen
Comments
Need a module
Well, since it's been about a week and no one has replied, I'll assume this can't be done with what we currently have.
I'm now thinking about writing a module for this. I'll post an update if I end up writing this. Until then, feel free to stop me if you know of a better way to handle this situation.