Login page/Forgot password email
Login page/Forgot password email
Currently i'm getting the following error when i (or a customer on our site) attempt to use the forgot password email:
how do i fix this?
how do i fix this?
Mike Keith
http://www.musicmart.com
http://www.musicmart.com
Re: Login page/Forgot password email
Make sure that your SMTP settings are working.
Re: Login page/Forgot password email
email settings are correct, i'm able to get email confirmations of orders, or emails set up using templates.
Mike Keith
http://www.musicmart.com
http://www.musicmart.com
Re: Login page/Forgot password email
Hmm... also give a try and test some other Email addresses.
Re: Login page/Forgot password email
no other email address work either. Any other suggestions?
Mike Keith
http://www.musicmart.com
http://www.musicmart.com
- jmestep
- AbleCommerce Angel
- Posts: 8164
- Joined: Sun Feb 29, 2004 8:04 pm
- Location: Dayton, OH
- Contact:
Re: Login page/Forgot password email
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
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
Re: Login page/Forgot password email
PLATFORM: ASP.NET
VERSION: 7.0
BUILD: 10125
VERSION: 7.0
BUILD: 10125
Mike Keith
http://www.musicmart.com
http://www.musicmart.com
Re: Login page/Forgot password email
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.
Re: Login page/Forgot password email
default from address: info@musicmart.com
Mike Keith
http://www.musicmart.com
http://www.musicmart.com
Re: Login page/Forgot password email
Can anyone post the original HTML code from the lost password email?
Mike Keith
http://www.musicmart.com
http://www.musicmart.com
Re: Login page/Forgot password email
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
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