diff --git a/verifyOTP.php b/verifyOTP.php index a71d9d4..4bad970 100644 --- a/verifyOTP.php +++ b/verifyOTP.php @@ -18,6 +18,8 @@ if ($otp == '') { debug('OTP is missing'); sendResp(S_MISSING_PARAMETER, 'otp'); exit; +} else { + $otp = strtolower($otp); } //// Get Yubikey from DB