Skip to main content

Changes a user password

POST 

/auth/reset/password

Allows users with a valid reset token to reset their password without remembering their old password

Request

Body

required

changePasswordSchema

    token stringrequired

    A reset token used to validate that the user is allowed to change the password.

    Example: $2a$15$QzeW/y5/MEppCWVEkoX5euejobYOLSd4We21LQjjKlWH9l2I3wCke
    password stringrequired

    The new password for the user

    Example: correct horse battery staple

Responses

This response has no body.

Loading...