Page 1 of 1

Protected Pages

Posted: Thu Feb 09, 2006 12:27 pm
by damosky
I have installed Protected pages module and placed it on a page but the page is still accessible with the content showing even though the user hasn't logged in. Am I missing something.

{cms_module module="protectedpages" allow_users="Jane"}

?Any suggestions

Re: Protected Pages

Posted: Thu Feb 09, 2006 12:42 pm
by cyberman
damosky wrote: I have installed Protected pages module and placed it on a page but the page is still accessible with the content showing even though the user hasn't logged in. Am I missing something.
This module protects only the pages. You have also to install the UserID module for login.

But attention - the UserID module must called in template (a call in pages will not work - it's IMHO a bug).

Re: Protected Pages

Posted: Thu Feb 09, 2006 10:22 pm
by damosky
Cheers, I will try putting the UserID inside the template instead of the page itself.