plugins/Yubikey.php
changeset 16 3163b9f58ae8
parent 13 cfc9c33fc880
child 27 647f0aa485dd
equal deleted inserted replaced
15:c479ca761d29 16:3163b9f58ae8
   113         err_must_have_otp: 'Please provide a Yubikey OTP to log in to this account.',
   113         err_must_have_otp: 'Please provide a Yubikey OTP to log in to this account.',
   114         err_must_have_username: 'Please provide your username.',
   114         err_must_have_username: 'Please provide your username.',
   115         err_must_have_password: 'Please enter your password in addition to your username and Yubikey.',
   115         err_must_have_password: 'Please enter your password in addition to your username and Yubikey.',
   116         err_key_not_authorized: 'This Yubikey is not authorized on this site.',
   116         err_key_not_authorized: 'This Yubikey is not authorized on this site.',
   117         err_otp_invalid_chars: '%this.yubiauth_err_invalid_otp%',
   117         err_otp_invalid_chars: '%this.yubiauth_err_invalid_otp%',
       
   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_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.',
   119         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.',
   120         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.',
   121         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.',
   122         err_response_missing_sig: 'Your OTP could not be validated because the Yubico authentication server did not sign its response.',
   123         err_response_missing_sig: 'Your OTP could not be validated because the Yubico authentication server did not sign its response.',