Technical support This forum is closed.
Version 1.x > Technical support > Multiple secure area View modes: 
User avatar
Member
Member
nimashna@yahoo.com - 7/17/2007 9:47:28 AM
   
Multiple secure area
Hi :)
I want multiple secure area in a website so,
I created 4 secure area for 4 groupe user
but when users logon to their Area can access
to other secure area. how can I do?

regards, NiMa

User avatar
Member
Member
robertjan@syscon.nl - 7/27/2007 10:39:04 AM
   
RE:Multiple secure area
I have the same problem. Anybody know if this is a bug or a misconfiguration?


User avatar
Member
Member
kentico_petrpa - 8/6/2007 3:48:12 PM
   
RE:Multiple secure area
You could write your own code in code-behind of the page. This code would redirect unauthorized users to some other page. You can use IsAuthorizedPerNode function. You can find more information in KenticoCMSAPI in Kentico.CMS.CMSControls -> CMSPageManager -> Methods section.