Skip to content

Commit

Permalink
Change message about existing account IDs (#859)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Paige <j@jasonpaige.co.uk>
  • Loading branch information
jasonpaige and Jason Paige authored Jun 7, 2024
1 parent a73936f commit d09a4e5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions b2c/custom_policies/demo/TrustFrameworkLocalization.xml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
<LocalizedString
ElementType="ErrorMessage"
StringId="UserMessageIfClaimsPrincipalAlreadyExists"
>A user with the specified ID already exists. Please choose a different one.</LocalizedString>
>There is an issue with your credentials, or you are already registered. Please check and retry.</LocalizedString>
<LocalizedString
ElementType="ErrorMessage"
StringId="UserMessageIfIncorrectPattern"
Expand Down Expand Up @@ -445,7 +445,7 @@
<LocalizedString
ElementType="ErrorMessage"
StringId="UserMessageIfClaimsPrincipalAlreadyExists"
>A user with the specified ID already exists. Please choose a different one.</LocalizedString>
>There is an issue with your credentials, or you are already registered. Please check and retry.</LocalizedString>
<LocalizedString
ElementType="ErrorMessage"
StringId="UserMessageIfIncorrectPattern"
Expand Down
4 changes: 2 additions & 2 deletions b2c/custom_policies/dev/TrustFrameworkLocalization.xml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
<LocalizedString
ElementType="ErrorMessage"
StringId="UserMessageIfClaimsPrincipalAlreadyExists"
>A user with the specified ID already exists. Please choose a different one.</LocalizedString>
>There is an issue with your credentials, or you are already registered. Please check and retry.</LocalizedString>
<LocalizedString
ElementType="ErrorMessage"
StringId="UserMessageIfIncorrectPattern"
Expand Down Expand Up @@ -445,7 +445,7 @@
<LocalizedString
ElementType="ErrorMessage"
StringId="UserMessageIfClaimsPrincipalAlreadyExists"
>A user with the specified ID already exists. Please choose a different one.</LocalizedString>
>There is an issue with your credentials, or you are already registered. Please check and retry.</LocalizedString>
<LocalizedString
ElementType="ErrorMessage"
StringId="UserMessageIfIncorrectPattern"
Expand Down
4 changes: 2 additions & 2 deletions b2c/custom_policies/prod/TrustFrameworkLocalization.xml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
<LocalizedString
ElementType="ErrorMessage"
StringId="UserMessageIfClaimsPrincipalAlreadyExists"
>A user with the specified ID already exists. Please choose a different one.</LocalizedString>
>There is an issue with your credentials, or you are already registered. Please check and retry.</LocalizedString>
<LocalizedString
ElementType="ErrorMessage"
StringId="UserMessageIfIncorrectPattern"
Expand Down Expand Up @@ -445,7 +445,7 @@
<LocalizedString
ElementType="ErrorMessage"
StringId="UserMessageIfClaimsPrincipalAlreadyExists"
>A user with the specified ID already exists. Please choose a different one.</LocalizedString>
>There is an issue with your credentials, or you are already registered. Please check and retry.</LocalizedString>
<LocalizedString
ElementType="ErrorMessage"
StringId="UserMessageIfIncorrectPattern"
Expand Down
4 changes: 2 additions & 2 deletions b2c/custom_policies/stg/TrustFrameworkLocalization.xml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
<LocalizedString
ElementType="ErrorMessage"
StringId="UserMessageIfClaimsPrincipalAlreadyExists"
>A user with the specified ID already exists. Please choose a different one.</LocalizedString>
>There is an issue with your credentials, or you are already registered. Please check and retry.</LocalizedString>
<LocalizedString
ElementType="ErrorMessage"
StringId="UserMessageIfIncorrectPattern"
Expand Down Expand Up @@ -445,7 +445,7 @@
<LocalizedString
ElementType="ErrorMessage"
StringId="UserMessageIfClaimsPrincipalAlreadyExists"
>A user with the specified ID already exists. Please choose a different one.</LocalizedString>
>There is an issue with your credentials, or you are already registered. Please check and retry.</LocalizedString>
<LocalizedString
ElementType="ErrorMessage"
StringId="UserMessageIfIncorrectPattern"
Expand Down
4 changes: 2 additions & 2 deletions b2c/custom_policies/test/TrustFrameworkLocalization.xml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
<LocalizedString
ElementType="ErrorMessage"
StringId="UserMessageIfClaimsPrincipalAlreadyExists"
>A user with the specified ID already exists. Please choose a different one.</LocalizedString>
>There is an issue with your credentials, or you are already registered. Please check and retry.</LocalizedString>
<LocalizedString
ElementType="ErrorMessage"
StringId="UserMessageIfIncorrectPattern"
Expand Down Expand Up @@ -445,7 +445,7 @@
<LocalizedString
ElementType="ErrorMessage"
StringId="UserMessageIfClaimsPrincipalAlreadyExists"
>A user with the specified ID already exists. Please choose a different one.</LocalizedString>
>There is an issue with your credentials, or you are already registered. Please check and retry.</LocalizedString>
<LocalizedString
ElementType="ErrorMessage"
StringId="UserMessageIfIncorrectPattern"
Expand Down

0 comments on commit d09a4e5

Please sign in to comment.