Example #1
0
 public function getBadLoginCount(IWebUser $user)
 {
     return (int) $user->getState($this->badLoginCount, 0);
 }