Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added passkey error codes #817

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ This section details the LoginRadius Customer Identity API codes and some sugges
| 1260 | Minimum required security questions answers not provided | Minimum required security questions answers not provided, please provide minimum required security question answers for login. | 403 |
| 1264 | Account has been locked | Your LoginRadius account has been locked, please login with your credentials again in order to unlock your account. | 403 |
| 1277 | OTP two factor authentication is not enabled | The OTP two factor authentication is not enabled, please enable OTP two factor authentication. | 403 |
| 1277 | Waiting for the user verification | Push notification has been sent to the registered device, waiting for the user response. | |
| 1279 | The authenticator method is not enabled for two-factor authentication | Please enable the authenticator method for two-factor authentication and try again. | 403 |
| 1281 | Voice OTP has not been configured | The Voice OTP has not been configured, please configure it. | 403 |
| 1286 | You cannot log in with a password | Password-based login is disabled for your site. Please enable the Login with Password feature. | 403 |
Expand All @@ -340,9 +341,15 @@ This section details the LoginRadius Customer Identity API codes and some sugges
| 1299 | Push Notifications are not set up for Two-Factor Authentication | Please set up push notifications for two-factor authentication in your account settings. | 403 |
| 1311 | Push Notification Verification Already Done | You have already verified your account with push notification. You don't need to verify again. | 403 |
| 1312 | Push Notification Verification Denied | It appears you declined the push notification request for verification. To proceed, please tap Approve on the notification when it reappears on your device. | 403 |
| 1313 | Push notification as two factor authentication is not configured for this profile | Push notification as two factor authentication is not configured, please configure or enable two factor authentication on your profile for login. | |
| 1315 | The password you’re trying to set is exposed in an external data breach | The specific password you’re setting is found in a data breach unrelated to this app/service. Please set a different password. | 403 |
| 1316 | Your password is exposed in an external data breach | Your password is found in a data breach unrelated to this app/service. Please reset your password using the email we sent you. | 403 |
| 1317 | Please reset your password via the email we sent you | Your password is exposed in an external data breach. As a caution, we’ve already sent you an email with steps to reset your password. Please try to login after resetting your password. | 403 |
| 1321 | An unexpected error occurred while processing your passkey. | We apologize for the inconvenience. Please try again later. | |
| 1323 | Passkey not configured in profile | Please add a passkey in your profile to use this feature. You can configure your passkey in the profile settings. | |
| 1324 | Passkey login not available for this account type | Passkey login is currently only available for accounts registered with email addresses. Please try logging in with your email and password, or consider updating your account information if you have the option. | |
| 1326 | Passkeys autofill are not currently enabled in this application. | Passkey autofill functionality is currently disabled. Enable it in the admin panel to allow users to log in with autofill. | |
| 1329 | The reset passkey URL is invalid | The reset passkey URL is invalid, please reach out to LoginRadius support for more information. | 403 |
| 1330 | Duo Authenticator is not set up for two-factor authentication | Please set up Duo Authenticator for two-factor authentication in your account settings. | 403 |
| 1331 | Duo Authenticator configuration error | It appears to be a configuration issue with Duo Authenticator for two-factor authentication. Please review your configuration to ensure it is valid. | 403 |
| 1332 | Duo Authenticator verification failed | Please try again as Duo Authenticator verification failed. | 403 |
Expand Down
Loading