CreateRandomPassword
From LimeSurvey Manual
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