Function __global->lost_password_emailer_step

Definitions

sources/cns_lost_password.php

  • Logic and flow for sending out a lost password e-mail.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: array

Parameters

Name Type Default Set Range Description
$username string required parameter N/A N/A Username to reset for (may be blank if other is not)
$email EMAIL required parameter N/A N/A E-mail address to set for (may be blank if other is not)

Return

  • A tuple: e-mail address (may be blank), member ID (may be null if no member existed but we're not revealing such)
  • Type: array
  • Set: N/A
  • Range: N/A