Function Module_lost_password->step3
Definitions
pages/modules/lost_password.php
- The UI and actualisation for: accepting code if it is correct (and not ''), and setting password to something random, e-mailing it.
- 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 and actualisation for: accepting code if it is correct (and not ''), and setting password to something random, e-mailing it.
*
* @return Tempcode The UI
*/
public function step3() : object
* The UI and actualisation for: accepting code if it is correct (and not ''), and setting password to something random, e-mailing it.
*
* @return Tempcode The UI
*/
public function step3() : object
