tutorial-laravel-4-authentication icon indicating copy to clipboard operation
tutorial-laravel-4-authentication copied to clipboard

Have an issue with the /request

Open CodingKrav opened this issue 11 years ago • 3 comments

Hello, great tutorial! Just have an issue with the /request for a new password. It seems to just error out the page when I click reset. I have everything setup exactly how you set up and I keep getting this, except for the database connection, but same tables and code. screen1

CodingKrav avatar May 23 '14 17:05 CodingKrav

I should say, it did add the item to the database, but just won't reload the page correctly. I put in /reset/{token} from the database and it does come up with the reset form, but it doesn't change the password if I fill in the forms.

CodingKrav avatar May 23 '14 18:05 CodingKrav

Jon, first of all turn on debug mode for output the real problem. You may change this line on your config/mail.php 'from' => array('address' => null, 'name' => null), providing address will let the email sent.

ghost avatar Jun 02 '14 15:06 ghost

Please turn on debugging, else you cannot possibly be helped.

assertchris avatar Jun 06 '14 14:06 assertchris