03-31-2008, 08:18 PM
User Logs in but Log In is not acknowledge by his PC.
From "login box" - User enters valid username and password, clicks Login and nothing happens and username - password text is cleared.
MM Admin acknowledges a log in has occurred.
If user puts in incorrect details they are taken to Control Panel with correct error message "Authentication Failed!"
Again, if correct details are put into control panel nothing happens and username - password text is cleared.
MM Admin acknowledges a log in has occurred and even the "Forgot Password" function works for User.
Basic protection is being used for membership pages.
<?php
require_once("../mm2/login_require.php");
visitor_login($groups="0",$username="0"); //
?>
No other Users have a problem (yet). User has a variety if security programs and has even tried turning them off but with out success.
From "login box" - User enters valid username and password, clicks Login and nothing happens and username - password text is cleared.
MM Admin acknowledges a log in has occurred.
If user puts in incorrect details they are taken to Control Panel with correct error message "Authentication Failed!"
Again, if correct details are put into control panel nothing happens and username - password text is cleared.
MM Admin acknowledges a log in has occurred and even the "Forgot Password" function works for User.
Basic protection is being used for membership pages.
<?php
require_once("../mm2/login_require.php");
visitor_login($groups="0",$username="0"); //
?>
No other Users have a problem (yet). User has a variety if security programs and has even tried turning them off but with out success.