Password Protected Pages Help

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
josh2010
Forum Members
Forum Members
Posts: 15
Joined: Thu Dec 13, 2007 1:02 am

Password Protected Pages Help

Post by josh2010 »

Hello Everyone,

I am using CMSMS 1.2.2 with PHP 4.4.7. I am trying to password protect the pages of my web site. I do not want to use the Apache htaccess method because I want a method for people to contact me for login information. I attempted to use FEU with CustomContent and the look was not what I was going for. So I found this http://forum.cmsmadesimple.org/index.php/topic,17752.0.html and I like how I can choose what pages for the login box to appear. Although it is not working for me. I could not log in so I simplified it to this:

Code: Select all

$auth_users 	= array(
					'abc' => 'abc',
				);
I still cannot log in. So I know I am not just typing it wrong. Maybe someone with more PHP knowledge could suggest some answers?

Thanks.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Password Protected Pages Help

Post by calguy1000 »

This is a reasonably well posted question.... with sufficient information (I think).  Unfortunately, I can't answer this one.

Others should possibly use this as an example.  He posted information about which version of CMS he was using, his  php version, and at least some information as to what he has tried.
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.
Post Reply

Return to “CMSMS Core”