Actions

CheckPasswordRequirement

From LimeSurvey Manual

 Hint: This features is available starting in version 5.0.0


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