vendredi 31 août 2018

Larave redirect me to /home link when clicking on the reset password link

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');



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2C6a3Qj
via IFTTT

Aucun commentaire:

Enregistrer un commentaire