0
shobhit created
-
ABP Framework version: v4.2.2
-
UI type: Angular
-
DB provider: EF Core
-
Tiered (MVC) or Identity Server Separated (Angular): yes
-
Exception message and stack trace:
-
Steps to reproduce the issue:"
Hi Team,
I have to change below passwod validation message. how i can change?
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.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: