Browse Source

Mot de passe oublié : correctif libellé

feature/rotating_product
Guillaume Bourgeois 6 months ago
parent
commit
2d7fa0f410
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frontend/controllers/SiteController.php

+ 1
- 1
frontend/controllers/SiteController.php View File

return $this->goHome(); return $this->goHome();
} }
else { else {
$this->setFlash('error', 'Sorry, we are unable to reset password for email provided.');
$this->setFlash('error', "Désolé, aucun compte associé à cette adresse email n'a été trouvé.");
} }
} }



Loading…
Cancel
Save