I can mail password creation link to the email address. But when I click that link it doesn't open my "Password Creation Page", instead it goes to my home page.
My route is:
Route::get('auth/set/password/{token}', 'Auth\PasswordController@getSetPassword')
any my PasswordController page is:
public function getSetPassword($token)
{
return view('auth.create_password');
}
and the link in my mail is:
Click the given below link to generate your password:
http://krankontroll:8000/auth/set/password/IhQTMgArKUNYPf18WoloHzhWIjlewt
When I click this link it redirects to,
http://krankontroll:8000/home
What mistake I made here? Can anyone help me with this????
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire