modifié : SRC/app/Http/Controllers/LoginController.php
This commit is contained in:
parent
c42909f8a1
commit
49128f261a
@ -102,6 +102,7 @@ class LoginController extends Controller {
|
|||||||
return Redirect::back()->withErrors("Utilsateur invalide")->withInput();
|
return Redirect::back()->withErrors("Utilsateur invalide")->withInput();
|
||||||
case Password::PASSWORD_RESET:
|
case Password::PASSWORD_RESET:
|
||||||
return Redirect::to('/login');
|
return Redirect::to('/login');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user