(public)
Generates a new password for a certain email address. It will be sent together with the user's login through email.
| Submissions |
resetPassword Resets the account's password. |
| Parameters |
| email |
The email address of the account. |
| Errors |
| MANDATORY:email |
The email wasn't provided. |
| INVALID:email |
No account is known with the provided email. |
|
example request
example result
<resetpassword>
<success/>
</resetpassword>