By welovedesign on
Hi,
I am looking for the best way to password protect my site, the idea is node 1 or has a login box which prevents any of the other pages being viewed and if you are not logged in you get redirected here. I am keeping editing function separate (http://myurl.com/user).
Is there a module to do this or will I have to write a bit of custom php.
Thanks,
H
Comments
If you go to the permissions
If you go to the permissions page and only allow authenticated users to see nodes then I think it will have the effect you want.
Of course, you might want to have at least some pages in the site that are visible to anonymous users - simply create a new content type that you do give read permission to anonymous users and then use one of those as your frontpage.
thanks but can I not use <front>
That seem like the way to do it, however I would like to use is this possible.
Thakns,
H.
will simply display the most
will simply display the most recently added nodes to the site that the visitor has permission to see. If you have given permission to no nodes, then the visitr won't see anything at all. Is that what you want?