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:
- Output:
{
"result": "password_is_set",
"status": "success",
"time": 1546760824.680295
}