Home
last modified time | relevance | path

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

/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/cli/views/webapp/protected/models/
H A DContactForm.php14 public $verifyCode; variable in ContactForm
/dports/www/limesurvey/limesurvey/framework/cli/views/webapp/protected/models/
H A DContactForm.php14 public $verifyCode; variable in ContactForm
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/Providers/TwoFactorAuth/
H A DGoogleTwoFactorAuth.php20 return $oGoogleAuthenticator->verifyCode($sSecret, $sCode, 8);
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/RainLoop/Providers/TwoFactorAuth/
H A DGoogleTwoFactorAuth.php20 return $oGoogleAuthenticator->verifyCode($sSecret, $sCode, 8);
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/modules/community/googleauthenticator/
H A DGoogleauthenticator.php26 if(!$googleAuthenticator->verifyCode($data['googleauthenticator_code'])){
/dports/net-mgmt/phpipam/phpipam-a14bc06/app/login/2fa/
H A D2fa_validate.php39 if ($ga->verifyCode($User->user->{'2fa_secret'}, $_POST['code'], 2)) {
/dports/www/groupoffice/groupoffice-6.4.231-php-71/go/modules/community/googleauthenticator/model/
H A DGoogleauthenticator.php51 if(!empty($this->verify) && !$this->verifyCode($this->verify)){
261 public function verifyCode($code, $secret=null, $discrepancy = 1, $currentTimeSlice = null) { function in go\\modules\\community\\googleauthenticator\\model\\Googleauthenticator
/dports/www/limesurvey/limesurvey/application/extensions/captchaExtended/
H A DREADME42 array('verifyCode', 'CaptchaExtendedValidator', 'allowEmpty'=>!CCaptcha::checkRequirements()),
/dports/www/matomo/piwik/plugins/TwoFactorAuth/
H A DTwoFactorAuthentication.php191 if (!empty($secret) && $twoFactorAuth->verifyCode($secret, $authCode, 2)) {
/dports/www/matomo/piwik/libs/Authenticator/
H A DTwoFactorAuthenticator.php80 public function verifyCode($secret, $code, $discrepancy = 1, $currentTimeSlice = null) function in TwoFactorAuthenticator
H A DREADME.md37 $checkResult = $ga->verifyCode($secret, $oneCode, 2); // 2 = 2*30sec clock tolerance
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/www/
H A Doauth2.py59 details = yield self.auth.verifyCode(code)
138 def verifyCode(self, code): member in OAuth2Auth
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/PHPGangsta/
H A DGoogleAuthenticator.php89 public function verifyCode($secret, $code, $discrepancy = 1) function in PHPGangsta_GoogleAuthenticator
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/PHPGangsta/
H A DGoogleAuthenticator.php89 public function verifyCode($secret, $code, $discrepancy = 1) function in PHPGangsta_GoogleAuthenticator
/dports/mail/roundcube-twofactor_gauthenticator/twofactor_gauthenticator-a3944c4/PHPGangsta/
H A DGoogleAuthenticator.php91 public function verifyCode($secret, $code, $discrepancy = 1) function in PHPGangsta_GoogleAuthenticator
/dports/www/mybb/mybb-mybb_1829/inc/3rdparty/2fa/
H A DGoogleAuthenticator.php125 public function verifyCode($secret, $code, $discrepancy = 1, $currentTimeSlice = null) function in PHPGangsta_GoogleAuthenticator
/dports/www/limesurvey/limesurvey/framework/web/widgets/captcha/
H A DCCaptchaAction.php31 * @property string $verifyCode The verification code.
/dports/mail/roundcube-twofactor_gauthenticator/twofactor_gauthenticator-a3944c4/
H A Dtwofactor_gauthenticator.php476 …return $ga->verifyCode( ($secret ? $secret : self::__getSecret()), $code, 2); // 2 = 2*30sec cl…
/dports/www/mybb/mybb-mybb_1829/admin/
H A Dindex.php641 $test = $auth->verifyCode($admin_options['authsecret'], $mybb->get_input('code'));