We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c9cb5 commit a52b905Copy full SHA for a52b905
app/models/district/DistrictUser.php
@@ -200,7 +200,7 @@ public function getMiddleName()
200
public function isLockedOut()
201
{
202
$this->logger->debug($this->activeDirectory->getLockoutTime());
203
- if ($this->activeDirectory->getLockoutTime() === '0') {
+ if ($this->activeDirectory->getLockoutTime() === '0' || $this->activeDirectory->getLockoutTime() ==="" || $this->activeDirectory->getLockoutTime()===null ) {
204
return false;
205
}
206
return true;
0 commit comments