plugins/Yubikey.php
changeset 10 748fa1b80031
parent 8 032ca892b9a2
child 13 cfc9c33fc880
equal deleted inserted replaced
9:65965da01c41 10:748fa1b80031
   115         err_key_not_authorized: 'This Yubikey is not authorized on this site.',
   115         err_key_not_authorized: 'This Yubikey is not authorized on this site.',
   116         err_otp_invalid_chars: '%this.yubiauth_err_invalid_otp%',
   116         err_otp_invalid_chars: '%this.yubiauth_err_invalid_otp%',
   117         err_missing_api_key: 'Your OTP could not be validated because no Yubico API key is registered on this site.',
   117         err_missing_api_key: 'Your OTP could not be validated because no Yubico API key is registered on this site.',
   118         err_http_response_error: 'Your OTP could not be validated because the Yubico authentication server reported an error.',
   118         err_http_response_error: 'Your OTP could not be validated because the Yubico authentication server reported an error.',
   119         err_malformed_response: 'Your OTP could not be validated because the Yubico authentication server returned an unexpected response.',
   119         err_malformed_response: 'Your OTP could not be validated because the Yubico authentication server returned an unexpected response.',
       
   120         err_timestamp_check_failed: 'Your OTP could not be validated because the timestamp of the response from the Yubico authentication server was out of bounds.',
   120         err_response_missing_sig: 'Your OTP could not be validated because the Yubico authentication server did not sign its response.',
   121         err_response_missing_sig: 'Your OTP could not be validated because the Yubico authentication server did not sign its response.',
   121         err_response_invalid_sig: 'Your OTP could not be validated because the signature of the authentication response was invalid.',
   122         err_response_invalid_sig: 'Your OTP could not be validated because the signature of the authentication response was invalid.',
   122         err_response_missing_status: '%this.yubiauth_err_malformed_response%',
   123         err_response_missing_status: '%this.yubiauth_err_malformed_response%',
   123         err_response_ok: 'OTP is OK',
   124         err_response_ok: 'OTP is OK',
   124         err_response_bad_otp: 'Authentication failed because the Yubikey OTP is invalid.',
   125         err_response_bad_otp: 'Authentication failed because the Yubikey OTP is invalid.',