03.12.2015 Views

laravel4cookbook

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Authentication 25<br />

.<br />

This file should be saved as app/views/user/reset.blade.php.<br />

Ok, you get it by now. There’s a form with some inputs and error messages. I’ve also slightly modified<br />

the password token request email, though it remains mostly the same as the default view provided<br />

by new Laravel 4 installations.<br />

1 <br />

2 <br />

3 <br />

4 <br />

5 <br />

6 <br />

7 Password Reset<br />

8 To reset your password, complete this form:<br />

9 {{ URL::route("user/reset", compact("token")) }}<br />

10 <br />

11 <br />

.<br />

This file should be saved as app/views/email/request.blade.php.<br />

Remember we changed the configuration options for emailing this view from the default app/views/emails/auth/remind<br />

.<br />

Creating A Password Reset Action<br />

In order for the actions to be accessible; we need to add routes for them.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!