AfterGenerateToken: Difference between revisions
From LimeSurvey Manual
DenisChenu (talk | contribs) Page create |
DenisChenu (talk | contribs) m →Usage: fix usage |
||
Line 3: | Line 3: | ||
== Usage == | == Usage == | ||
This event is | This event happen just after a new token is generated for a participant and allow to update the new token. | ||
== Input == | == Input == |
Latest revision as of 15:24, 15 October 2020
Usage
This event happen just after a new token is generated for a participant and allow to update the new token.
Input
- surveyId : the survey id
- iTokenLength : the token length for this surey
- oToken : the current token model
- token : the current generated token
Possible output
- token : the token to be generated