cPanel module
PasswdStrength
1 functions, invoked through the cpanel_uapi tool.
scope cpanel:uapi
Call any function with
cpanel_uapi(service_id, module="PasswdStrength", function, params). Live availability depends on the cPanel features JetHost has enabled on your account — call list_cpanel_operations to see what is active.get_required_strength GET#
Return minimum required password strength
This function retrieves an application's minimum required password strength.
appstringRequired
The application's name.
Response — normalized as { ok, data, errors[], warnings[] }; data contains:
strengthinteger
The application's minimum password strength.