Public Member Functions | |
| display () | |
| execute () | |
| LoginChangePasswordForm () | |
| readInputData () | |
Definition at line 19 of file LoginChangePasswordForm.inc.php.
| LoginChangePasswordForm.display | ( | ) |
Display the form.
Definition at line 39 of file LoginChangePasswordForm.inc.php.
| LoginChangePasswordForm.execute | ( | ) |
Save new password.
Definition at line 57 of file LoginChangePasswordForm.inc.php.
References Validation.encryptCredentials(), and Validation.generatePassword().
| LoginChangePasswordForm.LoginChangePasswordForm | ( | ) |
Constructor.
Definition at line 24 of file LoginChangePasswordForm.inc.php.
References Validation.checkCredentials().
| LoginChangePasswordForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Definition at line 49 of file LoginChangePasswordForm.inc.php.
1.4.7