Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
Loading... 

Thread: After upgrade to 5.0.1 Email Supplied is Invalid err on login


Started 6 months, 2 weeks ago by Kevin
Any thoughts before I nuke this instance and start fresh?
Site: DotNetNuke > Community > Forums  DotNetNuke > Community > Forums - site profile
Forum: Install It!  Install It! - forum profile
Total authors: 6 authors
Total thread posts: 10 posts
Thread activity: no new posts during last week
Domain info for: dotnetnuke.com

Other posts in this thread:

Sebastian Leupold replied 6 months, 2 weeks ago
you might need to alter the host email address in the database, please check out host settings table for the appropriate record. Sebastian Leupold        

Kevin replied 6 months, 2 weeks ago
Thanks, but the email in the DB is valid.  The error occurs no matter who is loging in. I did find this in the Event Log Table: <LogProperties><LogProperty><PropertyName>Assembly Version</PropertyName><PropertyValue>5.1.1</Proper tyValue></LogProperty><LogProperty><PropertyName>P ortalID</PropertyName><PropertyValue>7</PropertyVa lue></LogProperty><LogProperty><PropertyName>Porta lName</...

Kevin replied 6 months, 2 weeks ago
Checked the DB three times now, every table that made sense, and some that didn't. Still no invalid email. Since this is effecting all log ins, including log ins to the child portal, I suspect that the issue lies at the hosting level. Let's assume for  a minute that I not an idiot, (big assumption, I know), and that the problem isn't an invaid email.  What changed between version 4.3 and ...

Sebastian Leupold replied 6 months, 2 weeks ago
obvously there is an invalid email address, I assume for the sender, which is either admin account specified in Site Settings or Host Email address, specified in Host Settings. Sebastian Leupold        

Sebastian Leupold replied 6 months, 2 weeks ago
 Kevin, there have been hundreds of changes sind DNN 4.3, one is a regular expression to validate email addresses. there might be a case, if the email address does not follow typcal standards, that a valid email address is not rcognized. Do you have some special address used? Sebastian Leupold        

Paul L replied 5 months, 4 weeks ago
I had the same problem, in my case both the host and admin accounts had the same email address which violated the "requiresUniqueEmail=true" setting in my web.config. I changed this to "false" and was able to login. Paul

Sh@wn replied 2 months, 3 weeks ago
Hi, I have the same problem but I think if I change requiresUniqueEmail=true to false isn't a right way. Any idea? Marco

Raymond Raffety replied 1 month ago
If you look at the error message that was supplied, you'll notice that it is in the Authentication Provider. The problem is that the email address for that account is a duplicate in the aspnet_Membership table and you probably have requiresUniqueEmail=true. The two solutions are: 1) Remove the Unique EMail requirement 2) Remove the duplicate account from the aspnet_Membership ...

Richard Edwards replied 1 week, 4 days ago
Just an update to this issue to help others that might come across it. I just had the same problem and it was indeed the requiresUniqueEmail setting and I had two accounts with identical email addresses. When I changed one of them directly in the database I was able to log in. To check for duplicates you can run the following query: select email, count(*) from users group by...

 

Top contributing authors

Name
Posts
Kevin
3
user's latest post:
After upgrade to 5.0.1 Email...
Published (2009-09-09 02:54:42)
Checked the DB three times now, every table that made sense, and some that didn't. Still no invalid email.?Since this is effecting?all log ins, including log ins to the child portal, I suspect that the issue lies at the hosting level. Let's assume for? a minute that I not an idiot, (big assumption, I know), and that the problem isn't an invaid email.? What changed between version 4.3 and version 5.1that would triger the need...
Sebastian Leupold
3
user's latest post:
After upgrade to 5.0.1 Email...
Published (2009-09-09 07:05:00)
?Kevin, there have been hundreds of changes sind DNN 4.3, one is a regular expression to validate email addresses. there might be a case, if the email address does not follow typcal standards, that a valid email address is not rcognized. Do you have some special address used? Sebastian Leupold        
Richard Edwards
1
user's latest post:
After upgrade to 5.0.1 Email...
Published (2010-03-10 12:56:00)
Just an update to this issue to help others that might come across it. I just had the same problem and it was indeed the requiresUniqueEmail setting and I had two accounts with identical email addresses. When I changed one of them directly in the database I was able to log in. To check for duplicates you can run the following query: select email, count(*) from users group by email having count(*) &gt;1 Richard Edwards www.dnnstuff.com...
Paul L
1
user's latest post:
After upgrade to 5.0.1 Email...
Published (2009-09-23 14:00:00)
I had the same problem, in my case both the host and admin accounts had the same email address which violated the "requiresUniqueEmail=true" setting in my web.config. I changed this to "false" and was able to login. Paul
Sh@wn
1
user's latest post:
After upgrade to 5.0.1 Email...
Published (2009-12-25 09:30:00)
Hi, I have the same problem but I think if I change requiresUniqueEmail=true to false isn't a right way. Any idea? Marco
Raymond Raffety
1
user's latest post:
After upgrade to 5.0.1 Email...
Published (2010-02-15 11:19:00)
If you look at the error message that was supplied, you'll notice that it is in the Authentication Provider. The problem is that the email address for that account is a duplicate in the aspnet_Membership table and you probably have requiresUniqueEmail=true. The two solutions are: 1) Remove the Unique EMail requirement 2) Remove the duplicate account from the aspnet_Membership table (or change one of the email addresses)

Related threads on "DotNetNuke > Community > Forums":

Related threads on other sites:

Thread profile page for "After upgrade to 5.0.1 Email Supplied is Invalid err on login" on http://www.dotnetnuke.com. This report page is a snippet summary view from a single thread "After upgrade to 5.0.1 Email Supplied is Invalid err on login", located on the Message Board at http://www.dotnetnuke.com. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity