init forgot password

This commit is contained in:
Andras Bacsai
2023-06-01 08:19:33 +02:00
parent 7341e2586d
commit cd625ba1e1
4 changed files with 57 additions and 3 deletions

View File

@@ -55,6 +55,9 @@ class FortifyServiceProvider extends ServiceProvider
return $user;
}
});
Fortify::requestPasswordResetLinkView(function () {
return view('auth.forgot-password');
});
Fortify::createUsersUsing(CreateNewUser::class);
Fortify::updateUserProfileInformationUsing(UpdateUserProfileInformation::class);
Fortify::updateUserPasswordsUsing(UpdateUserPassword::class);