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);