CheckPasswordRequirement: Difference between revisions
From LimeSurvey Manual
Created page with "{{FeatureStarting|3.0.0}} '''When''' This event is fired when a new password is saved. '''Input''' The event receives the following information: {| class="wikitable" !..." |
No edit summary |
||
Line 1: | Line 1: | ||
{{FeatureStarting| | {{FeatureStarting|5.0.0}} | ||
'''When''' | '''When''' |
Latest revision as of 16:59, 6 December 2023
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