Example #1
0
 /**
  * Finds a user by the given credentials.
  *
  * @static 
  */
 public static function findUserByCredentials($credentials)
 {
     //Method inherited from \October\Rain\Auth\Manager
     return \RainLab\User\Classes\AuthManager::findUserByCredentials($credentials);
 }