Home
last modified time | relevance | path

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

/dports/www/hotcrp/hotcrp-2.102/
H A Dprofile.php37 if (!$Me->has_database_account() || $Me->contactId == $Acct->contactId)
103 if (($Acct->contactId != $Me->contactId || !$Me->has_database_account())
162 } else if ($Acct && !$Acct->has_database_account()) {
298 $cj = (object) ["id" => $Acct->has_database_account() ? $Acct->contactId : "new"];
378 else if ($Acct->has_database_account()) {
444 $useRequest = !$Acct->has_database_account() && isset($Qreq->watchreview);
476 $formcj = (object) ["id" => $Acct->has_database_account() ? $Acct->contactId : "new"];
H A Dbuzzer.php96 if ($Me->has_database_account()) {
H A Dapi.php42 if (!$Me->has_database_account()
H A Dpaper.php11 if ($Qreq->post_ok() && !$Me->has_database_account()) {
/dports/www/hotcrp/hotcrp-2.102/lib/
H A Dlogin.php47 if ($Me->has_database_account())
229 if ($user && $user->has_database_account() && $user->activity_at > 0) {
244 if (!$user || !$user->has_database_account()) {
/dports/www/hotcrp/hotcrp-2.102/pages/
H A Dhome.php61 if ($Me->has_database_account() && $Conf->session("freshlogin") === true) {
/dports/www/hotcrp/hotcrp-2.102/src/
H A Dcontact.php367 if (!$this->has_database_account()
374 if ($this->has_database_account()
387 && $this->has_database_account()
428 if (!$this->has_database_account()
456 || !$this->has_database_account()
649 function has_database_account() { function in Contact
1052 assert($this->has_database_account());
H A Dconference.php3204 if ($Me && $Me->has_database_account())