[Work Around]
I could not find a solution to this problem, so I bypassed the "Forgot Login" function in mod_cblogin.php and installed the
Reset Password component available from the JED download library.
To bypass and remove the "Forgot Login" link from the Login module, locate the mod_cblogin.php file and at line 628 comment out the following:
Code:
/*if ($compact) {
$txtLostLogin = _UE_LOST_USERNAME_PASSWORD;
} else {
$txtLostLogin = ( ( $jVersion == -1 ) ? _UE_USERNAME_PASSWORD_REMINDER : _UE_LOST_USERNAME_PASSWORD );
}*/
Install the
Reset Password component and plugin, make a menu item for the Joomla username default reminder and another for the Reset Password component.
It may not be as intuitive to the user but it works.