plugins/Yubikey.php
changeset 38 d109af008343
parent 37 5e946a3f405b
equal deleted inserted replaced
37:5e946a3f405b 38:d109af008343
   118 				err_http_failed: 'Your OTP could not be validated because the authentication server could not be contacted. Technical error message: %http_error%',
   118 				err_http_failed: 'Your OTP could not be validated because the authentication server could not be contacted. Technical error message: %http_error%',
   119 				err_missing_api_key: 'Your OTP could not be validated because no Yubico API key is registered on this site.',
   119 				err_missing_api_key: 'Your OTP could not be validated because no Yubico API key is registered on this site.',
   120 				err_http_response_error: 'Your OTP could not be validated because the Yubico authentication server reported an error.',
   120 				err_http_response_error: 'Your OTP could not be validated because the Yubico authentication server reported an error.',
   121 				err_malformed_response: 'Your OTP could not be validated because the Yubico authentication server returned an unexpected response.',
   121 				err_malformed_response: 'Your OTP could not be validated because the Yubico authentication server returned an unexpected response.',
   122 				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.',
   122 				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.',
       
   123 				err_uid_mismatch: 'This Yubikey is registered to a different user account than the one you are trying to log into.',
   123 				err_response_missing_sig: 'Your OTP could not be validated because the Yubico authentication server did not sign its response.',
   124 				err_response_missing_sig: 'Your OTP could not be validated because the Yubico authentication server did not sign its response.',
   124 				err_response_invalid_sig: 'Your OTP could not be validated because the signature of the authentication response was invalid.',
   125 				err_response_invalid_sig: 'Your OTP could not be validated because the signature of the authentication response was invalid.',
   125 				err_response_missing_status: '%this.yubiauth_err_malformed_response%',
   126 				err_response_missing_status: '%this.yubiauth_err_malformed_response%',
   126 				err_response_ok: 'OTP is OK',
   127 				err_response_ok: 'OTP is OK',
   127 				err_response_bad_otp: 'Authentication failed because the Yubikey OTP is invalid.',
   128 				err_response_bad_otp: 'Authentication failed because the Yubikey OTP is invalid.',