plugins/Yubikey.php
changeset 5 2114640729a5
parent 1 86d41fd204a0
child 8 032ca892b9a2
equal deleted inserted replaced
4:73aecd46bb56 5:2114640729a5
   108         err_invalid_otp: 'Your login was rejected because the Yubikey OTP you entered contains invalid characters.',
   108         err_invalid_otp: 'Your login was rejected because the Yubikey OTP you entered contains invalid characters.',
   109         err_invalid_auth_url: 'Login with Yubikey was rejected because the URL to the authentication server is not valid.',
   109         err_invalid_auth_url: 'Login with Yubikey was rejected because the URL to the authentication server is not valid.',
   110         err_nothing_provided: 'You did not provide a Yubikey OTP or a username. One of these is required for login to work.',
   110         err_nothing_provided: 'You did not provide a Yubikey OTP or a username. One of these is required for login to work.',
   111         err_must_have_otp: 'Please provide a Yubikey OTP to log in to this account.',
   111         err_must_have_otp: 'Please provide a Yubikey OTP to log in to this account.',
   112         err_must_have_username: 'Please provide your username.',
   112         err_must_have_username: 'Please provide your username.',
       
   113         err_must_have_password: 'Please enter your password in addition to your username and Yubikey.',
   113         err_key_not_authorized: 'This Yubikey is not authorized on this site.',
   114         err_key_not_authorized: 'This Yubikey is not authorized on this site.',
   114         err_otp_invalid_chars: '%this.yubiauth_err_invalid_otp%',
   115         err_otp_invalid_chars: '%this.yubiauth_err_invalid_otp%',
   115         err_missing_api_key: 'Your OTP could not be validated because no Yubico API key is registered on this site.',
   116         err_missing_api_key: 'Your OTP could not be validated because no Yubico API key is registered on this site.',
   116         err_http_response_error: 'Your OTP could not be validated because the Yubico authentication server reported an error.',
   117         err_http_response_error: 'Your OTP could not be validated because the Yubico authentication server reported an error.',
   117         err_malformed_response: 'Your OTP could not be validated because the Yubico authentication server returned an unexpected response.',
   118         err_malformed_response: 'Your OTP could not be validated because the Yubico authentication server returned an unexpected response.',