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