Request Reset Password

POST /resetpassword/{username}: Requesting a password reset

Note: The password reset link sent in the email is only valid for 10 minutes.

Possible Responses

Immediate Success

{
"code": 1,
"message": "successfully sent email if user exists",
"data": {}
}

Note: This route has a silent fail (this is to ensure that malicious users can't determine account usernames)

Last updated on by Chris Lim