Home
last modified time | relevance | path

Searched refs:_settingExists (Results 1 – 3 of 3) sorted by last modified time

/plugin/twofactoryubiauth/
H A Dhelper.php16 return ($this->_settingExists("verified", $user) && $this->getConf('enable') === 1);
33 if ($this->_settingExists("publicID")) { // The user has a revokable YA Public ID.
55 if ($this->_settingExists("publicID")) {
97 if ($this->_settingExists("publicID", $user)) {
/plugin/twofactorsmsgateway/
H A Dhelper.php7 return ($this->_settingExists("verified", $user) && $this->getConf('enable') === 1);
41 if (!$this->_settingExists("verified")) {
/plugin/twofactorsmsappliance/
H A Dhelper.php7 return ($this->_settingExists("verified", $user));
28 if (!$this->_settingExists("verified")) {
86 if ($changed === true && $this->_settingExists("phone")) {