
pentru a repara eroarea legata de parola easymod incearca urmatoarea solutie:
-deschide fisierul mod_login.tpl si cauta urmatorea secventa:
Cod: Selectaţi tot
//
// if they are trying to get to the first page, check the pw; after that assume they are validated
//
$pass_message = '' ;
Cod: Selectaţi tot
//
// if they are trying to get to the first page, check the pw; after that assume they are validated
//
$pass_message = '' ;
$password = (isset($HTTP_POST_VARS['password'])) ? htmlspecialchars($HTTP_POST_VARS['password']) : '' ;
