forget_password
Function
Function Name | Description | Level |
forget_password | Request for password reset | |
Input Parameters:
Name | Type | Required? | Description | Level |
username | byte[] | yes | Account login name you want to reset the password | |
token | String | yes | login with tapatalk id will get the token | |
code | String | yes | md5 of fid, tapatalk id join email of tapatalk id, sample: md5('123|1234|xxxx@gmail.com') | |
Output Parameters:
Name | Type | Required? | Description | Level |
result | Boolean | yes | Password reset email was sent out or 'verified' was true and app can do password update directly | |
result_text | byte[] | | Error message | |
verified | Boolean | yes | the register email address of this username is the same as Tapatalk ID, user can reset the password directly in app | |