Skip to content

password.reset paths are broken. #2548

Description

@RMPRanoko

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?

  • I have searched the existing issues before opening this issue.
  • I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server.
  • I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.

Metadata

Metadata

Assignees

No one assigned

    Labels

    not confirmedNot yet verified or reproduced by maintainers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions