Home
last modified time | relevance | path

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

/dports/net-mgmt/phpipam/phpipam-a14bc06/functions/classes/
H A Dclass.User.php70 private $authmethodid = 1; variable in User
788 $this->authmethodid = strlen(@$this->user->authMethod)>0 ? $this->user->authMethod : 1;
897 try { $method = $this->Database->getObject("usersAuthMethod", $this->authmethodid); }