You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<LocalizedStringElementType="ClaimType"ElementId="emailVerificationCode"StringId="UserHelpText">Verification code received in the email.</LocalizedString>
554
538
<LocalizedStringElementType="ClaimType"ElementId="emailVerificationCode"StringId="AdminHelpText">Verification code received in the email.</LocalizedString>
<LocalizedStringElementType="ErrorMessage"StringId="UserMessageIfSessionDoesNotExist">You have exceeded the maximum time allowed.</LocalizedString>
558
542
<LocalizedStringElementType="ErrorMessage"StringId="UserMessageIfMaxRetryAttempted">You have exceeded the number of retries allowed.</LocalizedString>
543
+
<LocalizedStringElementType="ErrorMessage"StringId="UserMessageIfMaxNumberOfCodeGenerated">You have exceeded the number of code generation attempts allowed.</LocalizedString>
559
544
<LocalizedStringElementType="ErrorMessage"StringId="UserMessageIfInvalidCode">You have entered the wrong code.</LocalizedString>
560
545
<LocalizedStringElementType="ErrorMessage"StringId="UserMessageIfSessionConflict">Cannot verify the code, please try again later.</LocalizedString>
561
546
<LocalizedStringElementType="ErrorMessage"StringId="UserMessageIfVerificationFailedRetryAllowed">The verification has failed, please try again.</LocalizedString>
562
547
</LocalizedStrings>
563
548
</LocalizedResources>
564
549
```
565
550
566
-
After you add the localized strings, remove the OTP validation error messages metadata from the LocalAccountSignUpWithLogonEmail and LocalAccountDiscoveryUsingEmailAddress technical profiles.
0 commit comments