admin
-
4/19/2006 11:43:06 AM
Re: Simple Site Security Settings
Hello,
the Kentico CMS Controls do not check the permissions by default (for performance reasons). If you want to check the permissions, you need to set the CheckPermissionsForUserID of the appropriate controls using a simple code like this:
CMSDataList1.CheckPermissionsForUserID = Functions.GetUserID();
You can find an example in the CorporateSite sample web site, in the Partners section.
Please let me know if you need any help with that.
Best Regards,
|