|
|
(15 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| This article describes the class ''I2CE_PageForgot''.
| | #REDIRECT [[Class: I2CE_PageForgot (4.1.7)]] |
| *Extends the class: [[Class: I2CE_Page | I2CE_Page]].
| |
| *Parent Classses: [[Class: I2CE_Page | I2CE_Page]] [[Class: I2CE_Fuzzy | I2CE_Fuzzy]]
| |
| *Location: Part of the module [[I2CE Module List#LoginPage|LoginPage]] in the package [https://launchpad.net/i2ce I2CE]
| |
| *Source: Defined in the file [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.0.0-release/annotate/head:/modules/Pages/modules/Login/lib/I2CE_PageForgot.php modules/Pages/modules/Login/lib/I2CE_PageForgot.php]
| |
| *Author: Luke Duncan <lduncan@intrahealth.org>
| |
| *Since: v2.0.0
| |
| This page handles the forgotten username and/or password procedure. When a user forgets his or her name and/or password this page allows him or her to reset it or just view the username given the email address associated with the user. The page class for displaying the forgotten password page.
| |
| ==Methods==
| |
| ===action()===
| |
| Perform the main actions of the page. @global array Get the home page from the global configuration
| |
| *Signature: protected function action()
| |
| | |
| | |
| [[Category:Class Documentation]]
| |