By mickdeman on
Im just starting out in Drupal.
Am I able to do the following :
I have 3 pages on the website.
I also have 3 other users setup, who all have permissions to be able to see the frontend, but cannot make any changes.
I would like to set this up so that when they log in, each user will see ONLY the page relevent to them,
ie, when they log in,
user 1 will only see page 1 (and cannot view the other pages)
user 2 will only see page 2 (and cannot view the other pages)
user 3 will only see page 3 (and cannot view the other pages)
Can I achieve this with Drupal ?
Thanks !
Comments
=
Have a look at the content access module.
thanks
yep that did the job.
Thankyou.