1 Answer(s)
-
0
Hi @shobhit,
This message is a sum of error descriptions in an unsuccessful IdentityResult sent from
Microsoft.AspNetCore.Identity.UserManager.CreateAsync()method.See https://github.com/abpframework/abp/blob/dev/modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/AbpIdentityResultException.cs#L22
So, you can't change this message by simply overriding the localizations.
One solution would be: Overriding RegisterModel in Account module, and changing the message in Catch block. See the SS below:
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)

