password meter
/password/meter [POST]
API Support | Available since | Last updated | Output |
---|---|---|---|
5.1000 | 5.9500 | json, xml |
Description
Check the strength of the password.
Returns the strength of the specified password.
Parameters
The member-password parameters is required.
Password policy
More information about PageSeeder passwords can be found on Password .
Parameters
Name | Description | Required | Type | Default |
---|---|---|---|---|
member-password | The password to test | yes | string |
Permission
There is no specific permission required to invoke this service.
Response
Produces the following XML:
<password-meter level="[WEAK| MEDIUM| GOOD| STRONG]" score="[score]"/>
Error Handling
No specific errors expected for this service.