File path: dist/twist/Core/Utilities/User.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
getForgottenPasswordForm
— Get the pre-built, unbranded HTML forgotten password form and return it as a string.
Name | Description |
---|---|
[$strLoginPage = ''] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strLoginPage = '';
//Call the function getForgottenPasswordForm with the example vars
Twist::User() -> getForgottenPasswordForm($strLoginPage);