This function measures the strength of a password.
HTTP Request was successful.
object | |
object |
whmapi1 --output=jsonpretty \ get_password_strength \ password='12345luggage'
{- "data": {
- "strength": 21
}, - "metadata": {
- "command": "get_password_strength",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}