Account Recovery · Password reset completion · Fast action

Reset Password

Reset a Songcraft password using the token sent by email.

This page expects a `token` in the query string, for example:

  • `/password-reset/?token=abc123`

If the token is missing, invalid, or expired, the backend will return an error and the page will direct the user back to the password reset request flow.

This page expects a reset token in the URL query string.