Problems, need help? Have a tip or advice? Post it here.
12 posts Page 2 of 2
@KK sir,
:oops: sorry. I had understood it wrongly.
Regards,
GenXCoders (Priya)
Image
where innovation meets technology
@KK Sir,

Thanks a lot as always for your help. I finally got the things to work as per requirement.

My final code, that allows super-admin and admin to access index.php and couch also, alongwith stopping the extended user from viewing any page is achieved with the code:

Code: Select all
<cms:if k_logged_out >
    <cms:redirect "<cms:login_link />" />
</cms:if>
<cms:if k_user_access_level le '4'>
   <cms:redirect url='access-denied.php' />
</cms:if>


Regards,
GenXCoders (Priya)
Image
where innovation meets technology
12 posts Page 2 of 2
cron