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
best module to make the whole site password protected?
Re: best module to make the whole site password protected?
Yes that's right
And you also need these modules.
CustomContent http://dev.cmsmadesimple.org/projects/customcontent
Selfreg http://dev.cmsmadesimple.org/projects/selfreg
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
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
Re: best module to make the whole site password protected?
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Re: best module to make the whole site password protected?
thanks guys for the help
Re: best module to make the whole site password protected?
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?
Found this module:
http://dev.cmsmadesimple.org/projects/securefile
But it's 'stale' are there any other alternatives?
Re: best module to make the whole site password protected?
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>