mirror of
https://github.com/Yubico/yubikey-val.git
synced 2025-01-20 10:52:15 +01:00
Case-insensitive
This commit is contained in:
parent
3df961d2f8
commit
c6270e78d3
@ -18,6 +18,8 @@ if ($otp == '') {
|
||||
debug('OTP is missing');
|
||||
sendResp(S_MISSING_PARAMETER, 'otp');
|
||||
exit;
|
||||
} else {
|
||||
$otp = strtolower($otp);
|
||||
}
|
||||
|
||||
//// Get Yubikey from DB
|
||||
|
Loading…
x
Reference in New Issue
Block a user