reset_password_request

The reset_password_request is used to reset the password.

Copied!
svc=core/reset_password_request&params={"user":"<text>",
					"url":"<text>",
					"email":"<text>"}

Parameters

Name Description
user User name.
url The URL sent in the email after the password reset request: <url>?user=<login>&passcode=<passcode>. See the value of the passcode on the reset_password_perform page.
email User email.

Returned result

Copied!
{
	"error":0	/* successful request */
}

Possible error codes:

Code Description
11 See the reason field for the details.

If you find a mistake in the text, please select it and press Ctrl+Enter.