jeudi 31 mars 2016

Password creation link which was sent to the mail could not redirect the proper page in laravel

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????



from Newest questions tagged laravel-5 - Stack Overflow http://ift.tt/1WZAvuH
via IFTTT

Aucun commentaire:

Enregistrer un commentaire