From eb109328d9bf32897e923119773fcbfb4c188761 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Wed, 20 Sep 2023 18:40:09 +0200 Subject: [PATCH] =?UTF-8?q?R=C3=A9initialisation=20pwd=20impossible?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/user/user.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/module/user/user.php b/core/module/user/user.php index dbc37ed..4c687d2 100644 --- a/core/module/user/user.php +++ b/core/module/user/user.php @@ -384,7 +384,6 @@ class user extends common { // Soumission du formulaire if ( - $this->getUser('permission', __CLASS__, __FUNCTION__) === true && $this->isPost() ) { $userId = $this->getInput('userForgotId', helper::FILTER_ID, true);