diff --git a/SRC/app/Http/Controllers/LoginController.php b/SRC/app/Http/Controllers/LoginController.php index 8983fb6..8901017 100755 --- a/SRC/app/Http/Controllers/LoginController.php +++ b/SRC/app/Http/Controllers/LoginController.php @@ -101,7 +101,7 @@ class LoginController extends Controller { case Password::INVALID_USER: return Redirect::back()->withErrors("Utilsateur invalide")->withInput(); case Password::PASSWORD_RESET: - return Redirect::to('/login')->withStatus("Mail de réinitialisaté !"); + return Redirect::to('/login')->withStatus("Mot de passe réinitialisaté avec succès !"); } }