Reset your password

This tool is for development use. Passwords can be reset using the admin API.

Development Mode:

You can reset any user's password using the admin API endpoint:

POST /api/admin/reset-password

With body:

{
  "email": "user@email.com",
  "newPassword": "newpassword123"
}

© 2026 Pitch Catcher