Actions

CheckPasswordRequirement

From LimeSurvey Manual

Revision as of 16:59, 6 December 2023 by Ollehar (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
 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