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',
);
Thanks.