Restrict URL to only logged in users with manager and admin roles.

Re: Restrict URL to only logged in users with manager and admin roles.

by Saran S -
Number of replies: 0
Thank you Davo. I was able to resolve the issue by adding require_capability('local/interview:view', context_system::instance()); to the top of the scripts page. And also as you pointed out I have removed has_capability() in the settings.php.
Thank You very much.
Average of ratings: Useful (2)