Example #1
0
 public function setBadLoginCount(IWebUser $user, $count)
 {
     $user->setState($this->badLoginCount, (int) $count);
 }