Latest stories

set_password

  • Inputs
{
    "password": "string: must contain lowercase, uppercase, numeric character and minimum length is 8"
}

  • Errors
{
    "length_error digit_error uppercase_error": "password must meet strength criteria",
    "must_login": "user must login",
    "set_email": "user tries to set password before assigning an email",
    "verify_email": "user sets email but does not click on the link inside the email"
}

  • Extra Description
Assign password for user's account if user has a verified email

  • Sample
  • Url:
https://api.pantel.me/a/set_password?password=123abcDF
  • Output:
                                {
    "result": "password_is_set",
    "status": "success",
    "time": 1546760824.680295
}