CheckPasswordRequirement
From LimeSurvey Manual
When
This event is fired when a new password is saved.
Input
The event receives the following information:
| Name | Type | Description |
|---|---|---|
| password | string | Password in cleartext |
| passwordOk | bool | ? |
| passwordError | ? | ? |
Possible output
| Name | Type | Description |
|---|---|---|
| passwordOk | bool | True if successful? |
Example
// todo