File path: dist/twist/Core/Models/User/Auth.model.php
Namespace: Twist\Core\Models\User
validate
— Validate a users credentials without logging the user into the system
Name | Description |
---|---|
$strEmail | n/a |
$strPassword | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strEmail = 'foo';
$strPassword = 'foo';
//Call the function validate with the example vars
\Twist\Core\Models\User\Auth::validate($strEmail, $strPassword);