Skip to content
Snippets Groups Projects
Commit ce694b16 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

wrong parameter name in yubico module

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1182 44740490-163a-0410-bde0-09ae8108e29a
parent 48d7a75f
No related branches found
No related tags found
No related merge requests found
...@@ -196,7 +196,7 @@ class sspmod_authYubiKey_Auth_Source_YubiKey extends SimpleSAML_Auth_Source { ...@@ -196,7 +196,7 @@ class sspmod_authYubiKey_Auth_Source_YubiKey extends SimpleSAML_Auth_Source {
throw new SimpleSAML_Error_Error('WRONGUSERPASS', $e); throw new SimpleSAML_Error_Error('WRONGUSERPASS', $e);
} }
SimpleSAML_Logger::info('YubiKey:' . $this->authId . ': YubiKey otp ' . $password . ' validated successfully: ' . $yubi->getLastResponse()); SimpleSAML_Logger::info('YubiKey:' . $this->authId . ': YubiKey otp ' . $otp . ' validated successfully: ' . $yubi->getLastResponse());
return $attributes; return $attributes;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment