Actions

AfterGenerateToken

From LimeSurvey Manual

Revision as of 15:24, 15 October 2020 by DenisChenu (talk | contribs) (→‎Usage: fix usage)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
 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