Réinitialisation pwd impossible

This commit is contained in:
Fred Tempez 2023-09-20 18:40:09 +02:00
parent 1552e29942
commit eb109328d9

View File

@ -384,7 +384,6 @@ class user extends common
{ {
// Soumission du formulaire // Soumission du formulaire
if ( if (
$this->getUser('permission', __CLASS__, __FUNCTION__) === true &&
$this->isPost() $this->isPost()
) { ) {
$userId = $this->getInput('userForgotId', helper::FILTER_ID, true); $userId = $this->getInput('userForgotId', helper::FILTER_ID, true);