Merge branch '10302' into import_user

This commit is contained in:
Fred Tempez 2020-10-06 18:36:09 +02:00
commit fe7a6f3ca0
2 changed files with 111 additions and 108 deletions

View File

@ -344,8 +344,9 @@ class user extends common {
if($this->isPost()) {
// Check la captcha
if(
$this->getData(['config','connect','captcha'])
//$this->getInput('userLoginCaptcha', helper::FILTER_INT) !== $this->getInput('userLoginCaptchaFirstNumber', helper::FILTER_INT) + $this->getInput('userLoginCaptchaSecondNumber', helper::FILTER_INT))
password_verify($this->getInput('userLoginCaptcha', helper::FILTER_INT), $this->getInput('userLoginCaptchaResult') ) === false )
AND password_verify($this->getInput('userLoginCaptcha', helper::FILTER_INT), $this->getInput('userLoginCaptchaResult') ) === false )
{
self::$inputNotices['userLoginCaptcha'] = 'Incorrect';
}

View File

@ -1,3 +1,4 @@
<article>
<div class="row">
<div class="col10">
<div class="blogDate">
@ -118,3 +119,4 @@
</div>
</div>
<?php echo $module::$pages; ?>
</article>