Skip to content

Commit 494dfb5

Browse files
authored
Merge pull request #113669 from yoelhor/patch-40
Update localization-string-ids.md
2 parents f683a5a + e8e038f commit 494dfb5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

articles/active-directory-b2c/localization-string-ids.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: celestedg
88
ms.service: active-directory
99
ms.workload: identity
1010
ms.topic: reference
11-
ms.date: 03/26/2020
11+
ms.date: 05/02/2020
1212
ms.author: mimart
1313
ms.subservice: B2C
1414
---
@@ -267,6 +267,7 @@ The following are the IDs for a [one-time password technical profile](one-time-p
267267
|UserMessageIfSessionDoesNotExist |One time password verification session has expired |
268268
|UserMessageIfSessionConflict |One time password verification session has conflict |
269269
|UserMessageIfInvalidCode |One time password provided for verification is incorrect |
270+
|UserMessageIfVerificationFailedRetryAllowed |That code is incorrect. Please try again. |
270271

271272
### Example
272273

@@ -277,6 +278,7 @@ The following are the IDs for a [one-time password technical profile](one-time-p
277278
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfMaxRetryAttempted">You have exceed the number of retries allowed.</LocalizedString>
278279
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfInvalidCode">You have entered the wrong code.</LocalizedString>
279280
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfSessionConflict">Cannot verify the code, please try again later.</LocalizedString>
281+
<LocalizedString ElementType="ErrorMessage" StringId="UserMessageIfVerificationFailedRetryAllowed">That code is incorrect. Please try again.</LocalizedString>
280282
</LocalizedStrings>
281283
</LocalizedResources>
282284
```

articles/active-directory-b2c/one-time-password-technical-profile.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ The following metadata can be used to configure the error messages displayed upo
140140
| UserMessageIfSessionDoesNotExist | No | The message to display to the user if the code verification session has expired. It is either the code has expired or the code has never been generated for a given identifier. |
141141
| UserMessageIfMaxRetryAttempted | No | The message to display to the user if they've exceeded the maximum allowed verification attempts. |
142142
| UserMessageIfInvalidCode | No | The message to display to the user if they've provided an invalid code. |
143+
| UserMessageIfVerificationFailedRetryAllowed | No | The message to display to the user if they've provided an invalid code, and user is allowed to provide the correct code. |
143144
|UserMessageIfSessionConflict|No| The message to display to the user if the code cannot be verified.|
144145

145146
### Example

0 commit comments

Comments
 (0)