setting page access permissions in drupal

Posted by Nikhil Patil on Stack Overflow See other posts from Stack Overflow or by Nikhil Patil
Published on 2009-09-19T10:09:36Z Indexed on 2010/05/25 4:41 UTC
Read the original article Hit count: 257

Filed under:

I'm new to drupal. Its a very dumb question I guess. I have enabled PHP filter module so that I can create a new page with my own PHP code in it. This particular page I want to be accessible to only authenticated users, not visible to anonymous users. How can I achieve this? Can I set permissions for individual pages in drupal? Or is it possible to identify that an anonymous user is trying to access the current page through PHP code?

© Stack Overflow or respective owner

Related posts about drupal