Actions

AfterGenerateToken

From LimeSurvey Manual

 Hint: This features is available starting in version 4.0.0


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

Example