Example #1
0
 /**
  * Find a throttle record by login and ip address
  *
  * @static 
  */
 public static function findThrottleByLogin($loginName, $ipAddress)
 {
     //Method inherited from \October\Rain\Auth\Manager
     return \RainLab\User\Classes\AuthManager::findThrottleByLogin($loginName, $ipAddress);
 }