Home
last modified time | relevance | path

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

/plugin/twofactorgoogleauth/
Daction.php61 if ($this->checkCode($otp)) {
/plugin/twofactoremail/
Daction.php46 if ($this->checkCode($INPUT->str('verify'))) {
/plugin/twofactortelegram/
Daction.php53 if ($this->checkCode($INPUT->str('verify'))) {
/plugin/twofactor/
DProvider.php185 public function checkCode($code, $usermessage = true) function in dokuwiki\\plugin\\twofactor\\Provider
DManager.php297 $ok = $provider->checkCode($code);
/plugin/twofactoraltemail/
Daction.php53 if ($this->checkCode($INPUT->str('verify'))) {