File path: dist/twist/Core/Utilities/User.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
authenticate
— Manual authentication if you are not using BaseControllerUser to handle the login and authentication for you
Name | Description |
---|---|
[$strEmailAddress = null] | n/a |
[$strPassword = null] | n/a |
[$blRememberMe = null] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strEmailAddress = null;
$strPassword = null;
$blRememberMe = null;
//Call the function authenticate with the example vars
Twist::User() -> authenticate($strEmailAddress, $strPassword, $blRememberMe);