Restauration du code visuel systematique. Car la page de demande de mot de passe n'est pas vocation, pas protégé par identification, donc soumis aux attaques de robots, la saisie du crypto doit etre obligatoire
This commit is contained in:
parent
09c5e523b4
commit
811935ef5f
@ -232,7 +232,7 @@ print '></td>';
|
||||
|
||||
print '</tr>'."\n";
|
||||
|
||||
if ($conf->global->MAIN_SECURITY_ENABLECAPTCHA && ! $disabled)
|
||||
if (function_exists("imagecreatefrompng") && ! $disabled)
|
||||
{
|
||||
//print "Info session: ".session_name().session_id();print_r($_SESSION);
|
||||
$cryptinstall = DOL_URL_ROOT.'/includes/cryptographp';
|
||||
@ -277,4 +277,4 @@ print "<br>";
|
||||
|
||||
// Fin entete html
|
||||
print "\n</body>\n</html>";
|
||||
?>
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user