Login page/Forgot password email

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
mkeith1
Commander (CMDR)
Commander (CMDR)
Posts: 120
Joined: Wed Jul 25, 2007 12:46 pm
Contact:

Login page/Forgot password email

Post by mkeith1 » Tue Feb 24, 2009 11:32 am

Currently i'm getting the following error when i (or a customer on our site) attempt to use the forgot password email:


forgot email error message.JPG

how do i fix this?

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Login page/Forgot password email

Post by mazhar » Tue Feb 24, 2009 11:59 am

Make sure that your SMTP settings are working.

mkeith1
Commander (CMDR)
Commander (CMDR)
Posts: 120
Joined: Wed Jul 25, 2007 12:46 pm
Contact:

Re: Login page/Forgot password email

Post by mkeith1 » Tue Feb 24, 2009 1:27 pm

email settings are correct, i'm able to get email confirmations of orders, or emails set up using templates.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Login page/Forgot password email

Post by mazhar » Wed Feb 25, 2009 4:28 am

Hmm... also give a try and test some other Email addresses.

mkeith1
Commander (CMDR)
Commander (CMDR)
Posts: 120
Joined: Wed Jul 25, 2007 12:46 pm
Contact:

Re: Login page/Forgot password email

Post by mkeith1 » Wed Feb 25, 2009 11:31 am

no other email address work either. Any other suggestions?

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Login page/Forgot password email

Post by jmestep » Wed Feb 25, 2009 12:13 pm

What build are you using? I vaguely remember running into that problem in the past, but I can't remember what fixed it.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

mkeith1
Commander (CMDR)
Commander (CMDR)
Posts: 120
Joined: Wed Jul 25, 2007 12:46 pm
Contact:

Re: Login page/Forgot password email

Post by mkeith1 » Wed Feb 25, 2009 12:31 pm

PLATFORM: ASP.NET
VERSION: 7.0
BUILD: 10125

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Login page/Forgot password email

Post by mazhar » Wed Feb 25, 2009 12:49 pm

It could be something wrong with the from address. Could you please tell that what is your default from address in the store's Email settings.

mkeith1
Commander (CMDR)
Commander (CMDR)
Posts: 120
Joined: Wed Jul 25, 2007 12:46 pm
Contact:

Re: Login page/Forgot password email

Post by mkeith1 » Thu Feb 26, 2009 4:52 pm

default from address: info@musicmart.com

mkeith1
Commander (CMDR)
Commander (CMDR)
Posts: 120
Joined: Wed Jul 25, 2007 12:46 pm
Contact:

Re: Login page/Forgot password email

Post by mkeith1 » Tue Mar 03, 2009 1:22 pm

Can anyone post the original HTML code from the lost password email?

dhenson
Ensign (ENS)
Ensign (ENS)
Posts: 2
Joined: Thu Mar 12, 2009 1:21 am

Re: Login page/Forgot password email

Post by dhenson » Thu Mar 12, 2009 1:53 am

I ran into this one, also.

In the backend database, it is actually checking the "username" field. Looks like a leftover from previous editions, when the username and the email where not necessarily the same.

Had to modify the code so it would search in both spots.

Take a look at the .cs file (I seem to recall it is in a control) as well as the backend DB.

My users were all imported from a custom cart where the username and email were separate, and had to redo code in a number of spots to accomodate the 256K exisiting user database.

Hope that helps.

-Dave
http://www.certifiednetworks.com

Post Reply