Form to change a user's password. More...
Public Member Functions | |
| ChangePasswordForm ($user, $site) | |
| display () | |
| execute () | |
| getSite () | |
| getUser () | |
| readInputData () | |
Form to change a user's password.
Definition at line 18 of file ChangePasswordForm.inc.php.
| ChangePasswordForm.ChangePasswordForm | ( | $ | user, | |
| $ | site | |||
| ) |
Constructor.
Definition at line 29 of file ChangePasswordForm.inc.php.
| ChangePasswordForm.display | ( | ) |
Display the form.
Definition at line 62 of file ChangePasswordForm.inc.php.
| ChangePasswordForm.execute | ( | ) |
Save new password.
Definition at line 81 of file ChangePasswordForm.inc.php.
References Validation.encryptCredentials(), Validation.generatePassword(), and getUser().
| ChangePasswordForm.getSite | ( | ) |
| ChangePasswordForm.getUser | ( | ) |
Get the user associated with this password
Definition at line 48 of file ChangePasswordForm.inc.php.
| ChangePasswordForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Definition at line 74 of file ChangePasswordForm.inc.php.
1.7.1