0
    
    
        
                    shobhit created
                    
                    
                    
                
                1 Answer(s)
- 
    0Hi @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: 


 
                                