From 6c7f24206ca91add59bb0c7f485200079e1fe4a4 Mon Sep 17 00:00:00 2001 From: sidya82 Date: Thu, 19 Feb 2015 12:41:41 +0100 Subject: [PATCH] modified: SRC/app/Http/Controllers/LoginController.php --- SRC/app/Http/Controllers/LoginController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 !"); } }