asp.net-identity-3

How to remove username validation ASP.NET MVC CORE?

I'm trying to change the user's password in this way: await _userManager.ResetPasswordAsync(user, code, editViewModel.Passw ... an only contain letters or digits. (Dmitry is the user name). How do I cancel user name validation when I change my password?