Page 1 of 1

Password Protected Pages Help

Posted: Thu Dec 13, 2007 1:10 am
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.

Re: Password Protected Pages Help

Posted: Thu Dec 13, 2007 2:26 am
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.