Current Behavior
When users are requesting a password reset with their email addresses, they get no email. SMTP fires however User::sendPasswordResetNotification() is still calling Laravel's stock password.reset route — which no longer exists anywhere in the code base. Ran this command to bypass the site and got this error: root@gateway:/var/www/pelican# php artisan tinker --execute="$u = \App\Models\User::where('email','xxxXXXX@gmail.com')->first(); $u->sendPasswordResetNotification('test-token-123'); echo 'notification sent';"
Symfony\Component\Routing\Exception\RouteNotFoundException Route [password.reset] not defined.
Expected Behavior
User gets the reset email so they can reset their password.
Steps to Reproduce
Anytime on the latest build you go to reset an email, it does not send and will search for the password.reset route.
Panel Version
1.0.0-beta38
Wings Version
v1.0.0-beta29
Games and/or Eggs Affected
Main Portal
Docker Image
No response
Error Logs
root@gateway:/var/www/pelican# php artisan tinker --execute="\$u = \App\Models\User::where('email','vxxx@gmail.com')->first(); \$u->sendPasswordResetNotification('test-token-123'); echo 'notification sent';"
Symfony\Component\Routing\Exception\RouteNotFoundException Route [password.reset] not defined.
Is there an existing issue for this?
Current Behavior
When users are requesting a password reset with their email addresses, they get no email. SMTP fires however User::sendPasswordResetNotification() is still calling Laravel's stock password.reset route — which no longer exists anywhere in the code base. Ran this command to bypass the site and got this error: root@gateway:/var/www/pelican# php artisan tinker --execute="$u = \App\Models\User::where('email','xxxXXXX@gmail.com')->first(); $u->sendPasswordResetNotification('test-token-123'); echo 'notification sent';"
Symfony\Component\Routing\Exception\RouteNotFoundException Route [password.reset] not defined.
Expected Behavior
User gets the reset email so they can reset their password.
Steps to Reproduce
Anytime on the latest build you go to reset an email, it does not send and will search for the password.reset route.
Panel Version
1.0.0-beta38
Wings Version
v1.0.0-beta29
Games and/or Eggs Affected
Main Portal
Docker Image
No response
Error Logs
Is there an existing issue for this?