Public Member Functions

ChangePasswordForm Class Reference
[User_form]

Form to change a user's password. More...

List of all members.

Public Member Functions

 ChangePasswordForm ($user, $site)
 display ()
 execute ()
 getSite ()
 getUser ()
 readInputData ()

Detailed Description

Form to change a user's password.

Definition at line 18 of file ChangePasswordForm.inc.php.


Member Function Documentation

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.

References getSite(), and getUser().

ChangePasswordForm.execute (  ) 

Save new password.

Definition at line 81 of file ChangePasswordForm.inc.php.

References Validation.encryptCredentials(), Validation.generatePassword(), and getUser().

ChangePasswordForm.getSite (  ) 

Get the site

Definition at line 55 of file ChangePasswordForm.inc.php.

Referenced by display().

ChangePasswordForm.getUser (  ) 

Get the user associated with this password

Definition at line 48 of file ChangePasswordForm.inc.php.

Referenced by display(), and execute().

ChangePasswordForm.readInputData (  ) 

Assign form data to user-submitted data.

Definition at line 74 of file ChangePasswordForm.inc.php.


The documentation for this class was generated from the following file: