I've recently updated one of our sites to use eloquent users. We just tested out the Password Reset functionality and we've run into some issues. We just followed the instructions in the docs to set this all up.
Initially the password_resets table wasn't there, which is missing from the StatamicAuthTables migration. We manually added the table in, using the default laravel migration, but now the password.reset route is not found.
Bug description
I've recently updated one of our sites to use eloquent users. We just tested out the Password Reset functionality and we've run into some issues. We just followed the instructions in the docs to set this all up.
Initially the password_resets table wasn't there, which is missing from the
StatamicAuthTables
migration. We manually added the table in, using the default laravel migration, but now thepassword.reset
route is not found.config/statamic/users.php
config/auth.php
Environment
Installation
Fresh statamic/statamic site via CLI
Antlers Parser
runtime (new)
Additional details
No response