Technical support This forum is closed.
Version 1.x > Technical support > Assigning users to different Logins View modes: 
User avatar
Member
Member
forrester - 10/25/2006 3:51:44 PM
   
Assigning users to different Logins
Hi,

I know that I can set in the web.config several paths for a secure login using <add key="CMSSecureLogon" value="/Client;/Forum;/Store">, but I would like to know if it is possible to set permissions for users to be able to login only into specific areas such as below:

Secure logon areas:
Client
Forum
Store

Registered User One is allowed into Client and Forum.
Registered User Two is allowed into Client and Store.
Registered User Three is allowed into only Forum.

I am using 1.9-C#-.net2.0

Thanks,
forrester

User avatar
Guest
admin - 10/31/2006 1:41:57 PM
   
Re: Assigning users to different Logins
Hello,

you may need to set up permissions for each section and configure the CheckPermissionsForUserID property as described in Developer's Guide -> Secured Site Areas with Personalized Content.

The user will be able to sign in, but the content will not be displayed.

Best Regards,

User avatar
Member
Member
forrester - 10/31/2006 8:34:09 PM
   
Re: Assigning users to different Logins
Thanks, I will give this a try.

forrester