0
marcl created
1 Answer(s)
-
0
Hi,
Identity framework does not allow that by default. You can change it's behaviour like this in hte constructor of your UserManager class.
UserValidator = new UserValidator<User, long>(this) { AllowOnlyAlphanumericUserNames = false };