From 470f1a46d42eb520c1b823d08874ed31b1505014 Mon Sep 17 00:00:00 2001 From: Henrik Axelsson Date: Thu, 15 Feb 2024 04:52:10 +1100 Subject: [PATCH] adding missing test data (#258) --- fusionauth/testdata/messages.properties.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fusionauth/testdata/messages.properties.go b/fusionauth/testdata/messages.properties.go index 1386bde..d72a724 100644 --- a/fusionauth/testdata/messages.properties.go +++ b/fusionauth/testdata/messages.properties.go @@ -559,6 +559,7 @@ go-back-to-send=Go back to send [ExternalAuthenticationException]AppleUserObject=Failed to read the user details provided by Apple. Unable to complete this login request. [ExternalAuthenticationException]EpicGamesAccount=A request to the Epic Games Account API has failed. Unable to complete this login request. [ExternalAuthenticationException]EpicGamesToken=A request to the Epic Games Token API has failed. Unable to complete this login request. +[ExternalAuthenticationException]ExistingUserAlreadyLinked=This account is already linked to another user. Unable to complete this login request. [ExternalAuthenticationException]FacebookAccessToken=A request to the Facebook Access Token Info API has failed. Unable to complete this login request. [ExternalAuthenticationException]FacebookMe=A request to the Facebook Me API has failed. Unable to complete this login request. [ExternalAuthenticationException]FacebookMePicture=A request to the Facebook Picture API has failed. Unable to complete this login request. @@ -603,6 +604,7 @@ go-back-to-send=Go back to send [ExternalAuthenticationException]TwitterVerifyCredentials=A request to Twitter Verify Credentials API has failed. Unable to complete this login request. [ExternalAuthenticationException]UserDoesNotExistByEmail=You must first create a user with the same email address in order to complete this login request. [ExternalAuthenticationException]UserDoesNotExistByUsername=You must first create a user with the same username in order to complete this login request. +[ExternalAuthenticationException]UnverifiedEmail=The provided email address has not yet been verified. This account cannot be used to log in, unable to complete this login request. [ExternalAuthenticationException]XboxSecurityTokenService=A request to the Xbox Security Token Service API has failed. Unable to complete this login request. [ExternalAuthenticationException]XboxToken=A request to the Xbox Token API has failed. Unable to complete this login request. [ExternalAuthenticationException]XboxUserInfo=A request to the Xbox User Info API has failed. Unable to complete this login request.