Skip to content

SYSTEM TOKEN token_change_email

Ulf Gebhardt edited this page Jul 25, 2017 · 1 revision

SYSTEM\TOKEN\token_change_email

Email Change Token handler Class provided by System to provide a email-change mechanism.

Methods

token

string SYSTEM\TOKEN\token_handler::token()

Generate the Token

expire

integer SYSTEM\TOKEN\token_handler::expire()

Expiredate when the Token expires

confirm

boolean SYSTEM\TOKEN\token_handler::confirm($token_data)

Token confirm processing for the token_handler

Arguments

  • $token_data mixed

text_fail

string SYSTEM\TOKEN\token_handler::text_fail(array $token_data)

Callback text_success on success

Arguments

  • $token_data array - <p>Token Data</p>

text_success

string SYSTEM\TOKEN\token_handler::text_success(array $token_data)

Callback text_success on success

Arguments

  • $token_data array - <p>Token Data</p>
Clone this wiki locally