best module to make the whole site password protected?

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
Stoob
Forum Members
Forum Members
Posts: 17
Joined: Sat Mar 10, 2007 1:48 am

best module to make the whole site password protected?

Post by Stoob »

Our entire site is password protected and requires a username/password, no content visible without login.  Users can create their accounts and login themselves, hopefully with email verification.  This module seems to be pretty good, but I can't find any documentation on the website nor in the .tar.gz package.

Is this what I'm looking for?

http://dev.cmsmadesimple.org/projects/frontendusers
Coldman
Power Poster
Power Poster
Posts: 318
Joined: Sun Jun 22, 2008 5:33 am

Re: best module to make the whole site password protected?

Post by Coldman »

Yes that's right

And you also need these modules.
CustomContent http://dev.cmsmadesimple.org/projects/customcontent
Selfreg http://dev.cmsmadesimple.org/projects/selfreg
Important Code of Conduct
Why don't use CMSMS Docs or search?
Do you read Help?
Admin for Swedish Translations Team
Moderator Swedish Forum
After your problem is solved, push the green button
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: best module to make the whole site password protected?

Post by Rolf »

More info on CustomContent:
http://wiki.cmsmadesimple.org/index.php ... om_Content

grtz. Rolf
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
Stoob
Forum Members
Forum Members
Posts: 17
Joined: Sat Mar 10, 2007 1:48 am

Re: best module to make the whole site password protected?

Post by Stoob »

thanks guys for the help
Stoob
Forum Members
Forum Members
Posts: 17
Joined: Sat Mar 10, 2007 1:48 am

Re: best module to make the whole site password protected?

Post by Stoob »

Here is another question... require the file downloads be restricted to logged in users only (aka. private downloads).

Found this module:
http://dev.cmsmadesimple.org/projects/securefile

But it's 'stale' are there any other alternatives?
chrismarie

Re: best module to make the whole site password protected?

Post by chrismarie »

The Uploads Module is great for that.  You can also include an .htaccess file in the folder with your protected downloads that says (per a Calguy post):

Code: Select all

      <Limit GET POST>
          order deny, allow
          deny from all
          allow from 127.0.0.1
      </Limit>
Post Reply

Return to “Modules/Add-Ons”