init forgot password
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user