mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
It's not necessary for the user to be logged out when resetting their password. This allows users to reset their password while logged in. Can be used in combination with the new RequiresPassword middleware.