Actions

CreateRandomPassword

From LimeSurvey Manual

Revision as of 17:11, 6 December 2023 by Ollehar (talk | contribs) (Created page with "{{FeatureStarting|5.0.0}} '''When''' This event is fired when a new random password is required. '''Input''' The event receives the following information: {| class="wiki...")
(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 random password is required.

Input

The event receives the following information:

Name Type Description
targetSize integer Length of the random password

Possible output

Name Type Description
password string Randomized password

Example

// todo