Home
last modified time | relevance | path

Searched refs:FORBID_PASSWD_RESET (Results 1 – 1 of 1) sorted by relevance

/dports/www/osticket/upload/include/
H A Dclass.user.php1135 return !$this->hasStatus(UserAccountStatus::FORBID_PASSWD_RESET);
1308 …$forbidPwChange = $this->statusChanged(UserAccountStatus::FORBID_PASSWD_RESET, $vars['forbid-pwcha…
1333 'forbid-pwchange-flag' => UserAccountStatus::FORBID_PASSWD_RESET
1406 $account->setStatus(UserAccountStatus::FORBID_PASSWD_RESET);
1434 const FORBID_PASSWD_RESET = 0x0008; define in UserAccountStatus