By nirvaan on
hi,
i have created a page in php code n submitted. it works. now i want only a certain group of authenticated users to get access to this page. how can i do this. thank you.
hi,
i have created a page in php code n submitted. it works. now i want only a certain group of authenticated users to get access to this page. how can i do this. thank you.
Comments
access control modules
sounds like you can use something like nodeaccess (securing single nodes). if you want to expand beyond that, then maybe "taxonomy access control lite" (tac-lite) or "taxonomy access control" (tac). try browsing the user access/authentication area for other alternatives.
my needs are fairly simple, so i can get away with tac-lite. good luck!
thank tm, it somewat met my
thank tm, it somewat met my requirements but it is possible to give access to some authenticated users only. i mean lets say i want to give access to a page to 5 persons only who are a authenticated user. how can i do that.
thanks in advance.
hmm...
is this access consistent, like always to the same people? and would those same people be granted access to other such content? if so, consider tac-lite. create a vocabulary to use as a "grouping", then set access controls based on those groupings. to set access, just assign the tag to the content. you can get fairly granular, but not to the degree of tac.
node privacy by role looks interesting, but i have no experience with it.