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
*/