You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: