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