Password-protecting and entire CMSMS site
-
- Forum Members
- Posts: 12
- Joined: Thu Mar 23, 2006 11:12 am
Password-protecting and entire CMSMS site
I want to limit access to the entire site to registered users only (i.e. the site can not be viewed without logging in with a valid username/password combination). I thought Frontend Users was the module for this, but I either misunderstood something or maybe another module (CustomContent?) is needed for this. Does anybody have a solution for me?
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
- Location: Fernie British Columbia, Canada
Re: Password-protecting and entire CMSMS site
You need both modules.... FrontEndUsers provides the login process, and forms, and CustomContent allows you to display different content to different users.
if you want to protect the whole site. I'd put the customcontent tags into your template(s).
i.e:
{cms_module module=FrontEndUsers}
{content}
Only authorized users can view this stuff
if you want to protect the whole site. I'd put the customcontent tags into your template(s).
i.e:
{cms_module module=FrontEndUsers}
{content}
Only authorized users can view this stuff
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
-
- Forum Members
- Posts: 12
- Joined: Thu Mar 23, 2006 11:12 am
Re: Password-protecting and entire CMSMS site
Thanks, got it working. Excellent modules!