Function Module_lost_password->step1
Definitions
pages/modules/lost_password.php
- The UI to ask for the username to get the lost password for.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Returns
- The UI
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* The UI to ask for the username to get the lost password for.
*
* @return Tempcode The UI
*/
public function step1() : object
* The UI to ask for the username to get the lost password for.
*
* @return Tempcode The UI
*/
public function step1() : object
