Recover password
The recover password process is taken care of using Laravel's integrated Illuminate\Foundation\Auth\ResetsPasswords.
The App\Http\Controllers\ProfileController
handles the update of the user information and password.
Validation is taken care of in .app/Http/Requests/PasswordRequest.php
.