question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Email '' is invalid.

See original GitHub issue

Hello 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:closed
  • Created 5 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
matteofabbricommented, Jan 24, 2019

Fixed in today package

0reactions
tugkan84commented, Nov 9, 2018

I want to say I try to set NormalizedEmail field too while working on.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found