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
Protected Pages
Re: Protected Pages
This module protects only the pages. You have also to install the UserID module for login.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.
But attention - the UserID module must called in template (a call in pages will not work - it's IMHO a bug).
Re: Protected Pages
Cheers, I will try putting the UserID inside the template instead of the page itself.