GenieGate, Version 1.1.0 (PHP 5) manual

preConfirm()

public array preConfirm( &$ua Object ,
                         &$fields array ,
                         $conf_id integer ,
                         &$errors array );

Preconfirm user account, this is called when the user clicks on the link that was sent to them, but BEFORE the account is confirmed.

  • $ua

    The GenieGate_UserAccount object.

  • $fields

    The field info.

  • $conf_id

    The confirmation ID.

  • $errors

    The error codes.

return an Array of error messages (if any)