First time when i click on the link it redirects me to the password reset change form, and password successfully changed, but after that whenever i click on the link it just redirecting me directly to the /home page other than the reset password form for every email. Here is my password reset routes
Route::post('password/email', 'Auth\ForgotPasswordController@sendResetLinkEmail');
Route::post('password/reset', 'Auth\PasswordController@reset')->name('password.reset');
Route::get('password/reset/{token?}', 'Auth\PasswordController@showResetForm')->name('password.request');
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire