Wednesday 01 April 2009 6:30:47 am
Interesting question. think is possible but maybe you will need to code some things. Here are my thoughts 1.- Two only siteaccess. (one for the public site, one for the admin site), and only one database. You can create two usergroups, (usersA, usesrB). users will be under those two groups. Then you create two folders, one for storeA, and the other for B You add two new roles, one for usersA, the other for usersB, and assign them to the created usergroups. You will add policies to restrict the access to the desired folder. My doubt here is about the user registration. i mean, if a user registers on the site, how you decide if that user is for storeManagerA or for storeManagerB?
|