
Public Member Functions | |
| display () | |
| execute () | |
| LoginChangePasswordForm () | |
| readInputData () | |
Definition at line 20 of file LoginChangePasswordForm.inc.php.
| LoginChangePasswordForm.display | ( | ) |
Display the form.
Reimplemented from Form.
Definition at line 40 of file LoginChangePasswordForm.inc.php.
References TemplateManager.getManager(), and Request.getSite().
| LoginChangePasswordForm.execute | ( | ) |
Save new password.
Reimplemented from Form.
Definition at line 58 of file LoginChangePasswordForm.inc.php.
References Validation.encryptCredentials(), Validation.generatePassword(), DAORegistry.getDAO(), and Form.getData().
| LoginChangePasswordForm.LoginChangePasswordForm | ( | ) |
Constructor.
Definition at line 25 of file LoginChangePasswordForm.inc.php.
References Form.addCheck(), and Request.getSite().
| LoginChangePasswordForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Reimplemented from Form.
Definition at line 50 of file LoginChangePasswordForm.inc.php.
References Form.readUserVars().
1.5.6