Node Access Control
Posted by bandidoofoz on December 4, 2009 at 5:56am
G'day Folks
I've made a good start in prototyping my social network site thanks in no small part to what I've read here. Now for the the bit, a biggie for me, that I haven't figured out...
My site will be a member only site & I'd like to split page access as follows. Anonymous Users should only be able to see (in Drupal path terms)...
- <front>
- login
- user/login
- user/register
- about
- invite/*
& Authenticated Users not able to see any of those (if only because there's no point).
Read more