Home
last modified time | relevance | path

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

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