Email '' is invalid.
See original GitHub issueHello
var user = new ApplicationUser { UserName = Input.Email, Email = Input.Email };
var result = await _userManager.CreateAsync(user, Input.Password);
always return “Email ‘’ is invalid.” error.
if i use opt.User.RequireUniqueEmail = false; its passes but i want to use unique emails.
What i am missing to do?
Thanks
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Some websites say my email address is invalid and won't ...
Some websites say my email address is invalid and won't let me proceed with what I am doing. Why? Okay. So for some...
Read more >How To: Fix an Invalid Email Address | Bento
Basically, an invalid email address is an incorrect email address - It's an address that either never existed, or doesn't exist anymore, and...
Read more >Why am I seeing the error message "invalid email address" ...
You will receive the “invalid email address” error message if our system does not recognize the address you enter into the “Email” field....
Read more >Importance of Valid Email Addresses And Danger of Invalid ...
Invalid emails can have typos or misformatting that do not lead to a legitimate inbox. This is common when would-be subscribers make accidental ......
Read more >How to Fix an Invalid Email Address: Best Guide 2020 ...
What is an invalid email address? ... Basically, it's just an address that doesn't have the correct format to be an email address,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Fixed in today package
I want to say I try to set NormalizedEmail field too while working on.