SQLSTATE[HY000]: General error: 1 no such table: password_reset_tokens
In Wave, attempting to reset a password via forgot password link causes an error:
SQLSTATE[HY000]: General error: 1 no such table: password_reset_tokens select * from "password_reset_tokens" where "email" = [email protected] limit 1
I don't see a migration for this table name.
Hey!
Thanks for reporting this! Found the same discussion for Laravel in general here:
https://laracasts.com/discuss/channels/laravel/when-did-password-resets-became-password-reset-tokens
And submitted a PR with a fix for this here: https://github.com/thedevdojo/wave/pull/287