Skip to main content

 Services

Web services from /about to /webhooks

password meter

/password/meter [POST]

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

NameDescriptionRequiredTypeDefault
member-passwordThe password to testyesstring

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.

Created on , last edited on