forget_password
- Inputs
{
"verify_password_code": "string: attached to the link sent via email"
}
- Errors
{
"This link has expired, request again": "the link is already being used once",
"must_logout": "for run this route you must logout"
}
- Extra Description
Remove password from account via email link. the link has been requested from login with forget_password switch
- Sample
- Url:
- Output:
"Your password has been removed successfully: html-page"