File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
articles/active-directory-b2c Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ manager: celestedg
8
8
ms.service : active-directory
9
9
ms.workload : identity
10
10
ms.topic : reference
11
- ms.date : 03/26 /2020
11
+ ms.date : 05/02 /2020
12
12
ms.author : mimart
13
13
ms.subservice : B2C
14
14
---
@@ -267,6 +267,7 @@ The following are the IDs for a [one-time password technical profile](one-time-p
267
267
| UserMessageIfSessionDoesNotExist | One time password verification session has expired |
268
268
| UserMessageIfSessionConflict | One time password verification session has conflict |
269
269
| UserMessageIfInvalidCode | One time password provided for verification is incorrect |
270
+ | UserMessageIfVerificationFailedRetryAllowed | That code is incorrect. Please try again. |
270
271
271
272
### Example
272
273
@@ -277,6 +278,7 @@ The following are the IDs for a [one-time password technical profile](one-time-p
277
278
<LocalizedString ElementType =" ErrorMessage" StringId =" UserMessageIfMaxRetryAttempted" >You have exceed the number of retries allowed.</LocalizedString >
278
279
<LocalizedString ElementType =" ErrorMessage" StringId =" UserMessageIfInvalidCode" >You have entered the wrong code.</LocalizedString >
279
280
<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 >
280
282
</LocalizedStrings >
281
283
</LocalizedResources >
282
284
```
You can’t perform that action at this time.
0 commit comments