Thursday 26 October 2006 1:16:45 am
We already have a protected area in our web; users register themselves, receive the e-mail to confirm the registration and then they are added to a specific user group. The necessary parameters have been set in the site.ini file and everything works fine.
Now I need to add another protected area where a new users group will have access.
Let's say <i>group 1</i> accesses <i>area 1</i> and now I need <i>group 2</i> to register and access <i>area 2</i>. Group 1 and group 2 are completely independent from each other. How can I do it??
|