Public Member Functions | |
CreateAccountForm () | |
display () | |
execute () | |
getLocaleFieldNames () | |
initData () | |
readInputData () | |
sendConfirmationEmail ($user, $password, $sendPassword) | |
Public Attributes | |
$captchaEnabled | |
$defaultAuth | |
$existingUser |
Definition at line 25 of file CreateAccountForm.inc.php.
CreateAccountForm.CreateAccountForm | ( | ) |
Constructor.
Definition at line 38 of file CreateAccountForm.inc.php.
References Validation.checkCredentials().
CreateAccountForm.display | ( | ) |
Display the form.
Definition at line 85 of file CreateAccountForm.inc.php.
References SchedConfAction.allowRegAuthor(), SchedConfAction.allowRegReader(), SchedConfAction.allowRegReviewer(), Request.getConference(), Request.getSchedConf(), and Request.url().
CreateAccountForm.execute | ( | ) |
Register a new user.
Definition at line 215 of file CreateAccountForm.inc.php.
References SchedConfAction.allowRegAuthor(), SchedConfAction.allowRegReader(), SchedConfAction.allowRegReviewer(), Validation.encryptCredentials(), Request.getConference(), Request.getSchedConf(), and sendConfirmationEmail().
CreateAccountForm.initData | ( | ) |
Initialize default data.
Definition at line 136 of file CreateAccountForm.inc.php.
CreateAccountForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Definition at line 147 of file CreateAccountForm.inc.php.
CreateAccountForm.sendConfirmationEmail | ( | $ | user, | |
$ | password, | |||
$ | sendPassword | |||
) |
Send the registration confirmation email.
$user | object |
Definition at line 178 of file CreateAccountForm.inc.php.
References Request.getSchedConf(), and Request.url().
Referenced by execute(), and UserRegistrationForm.execute().