Community & Support

How to allow only authenticated users to view a page

I am quite new to drupal and I don't know how I can make a certain page visible only to people who have logged in. Please can you help me.

Comments

There are a ton of different

There are a ton of different access control/user permissions modules, but the one I've used when I need to control access to specific nodes only is nodeaccess.

It gives you a new "grant" tab on each node where you can use checkboxes to control permissions associated with that specific node. Should do exactly what you need it to do.

-rg

www.drupaleverything.com :: my drupal blog

Where is the "grant" tab

I have installed and enabled the module, but I cant see the tab on the node, where should it be?

Nevermind

Don't worry, i've worked it out now, thanks

I'm guessing it was a

I'm guessing it was a permissions thing . . . it's almost always a permissions thing.

www.drupaleverything.com :: my drupal blog