Setup new password
Setup new secure password. Password Requirements: Your password must be between 8 and 32 characters long and include all of the following:
- At least one lowercase letter (a-z)
- At least one uppercase letter (A-Z)
- At least one number (0-9)
- At least one special character from this set: # ? ! @ $ % ^ & * -
- The password can only contain letters, numbers, and the special characters listed above. No spaces or other symbols are allowed. Examples of valid passwords:
- MyPassword123!
- SecurePass$42
- HelloWorld9# Examples of invalid passwords:
- 123456
- password123 (missing uppercase and special character)
- PASSWORD123! (missing lowercase)
- MyPassword! (missing number)
- My Password123! (contains space, which isn't allowed)
- application/json
Request Body required
- new_password string required
Possible values: Value must match regular expression
^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[#?!@$%^&*-])[a-zA-Z\d#?!@$%^&*-]{8,32}$
New secure password that meets complexity requirements
Responses
- 200
- 400
OK
Wrong JSON body
- application/json
- Schema
- Example (from schema)
- Example
Schema
- error string
Error message
{
"error": "Wrong JSON body"
}
{
"error": "Wrong new password"
}
Loading...