From 2e929d142b3d866ac37b366a06498d816fada3a6 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Fri, 9 Oct 2020 08:44:05 +0200 Subject: [PATCH] espaces en trop + supprimer = --- core/class/template.class.php | 2 +- core/module/user/user.php | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/core/class/template.class.php b/core/class/template.class.php index 225ad92a..f7384a10 100644 --- a/core/class/template.class.php +++ b/core/class/template.class.php @@ -64,7 +64,7 @@ class template { $html = '
'; // Label $html .= self::label($attributes['id'], - '' . template::ico('plus') . ' = en chiffres ?', [ + '' . template::ico('plus') . ' en chiffres ?', [ 'help' => $attributes['help'] ]); // Notice diff --git a/core/module/user/user.php b/core/module/user/user.php index 4f88d863..f1c8aeef 100644 --- a/core/module/user/user.php +++ b/core/module/user/user.php @@ -337,15 +337,12 @@ class user extends common { // Check la captcha if( $this->getData(['config','connect','captcha']) - AND password_verify($this->getInput('userLoginCaptcha', helper::FILTER_INT), $this->getInput('userLoginCaptchaResult') ) === false ) { self::$inputNotices['userLoginCaptcha'] = 'Incorrect'; } else { - // Lire Id du compte $userId = $this->getInput('userLoginId', helper::FILTER_ID, true); - /** * Aucun compte existant */