modified: SRC/app/Http/Controllers/LoginController.php
This commit is contained in:
parent
732c1d19f9
commit
6c7f24206c
@ -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 !");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user