Email Template for Lost Password return site

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
chris.bones
Ensign (ENS)
Ensign (ENS)
Posts: 10
Joined: Wed Dec 31, 2008 4:50 am

Email Template for Lost Password return site

Post by chris.bones » Fri Jan 16, 2009 5:12 am

When a user gets the email to reset their password the page that they are returned to already has something filled in on the first field in the password box but not the second field. So it looks like this:

Your identity has been verified. Please set a new password now.
The new password must be at least 6 characters long.
Email: email@domain.com
New Password: ●●●●●
Confirm Password:

But I don't want anything in the New Password field. So I want it to look like this:

Your identity has been verified. Please set a new password now.
The new password must be at least 6 characters long.
Email: email@domain.com
New Password:
Confirm Password:


Please help! :!: :?: :!:
- Chris

http://www.boneyardclothing.com

Boneyard Clothing - Your online source for Affliction, Sinful, Silver Star, Charlotte Ronson, Sullen, Junk Food, DCMA, MEK Denim, Brad Butter, TOKU and much more clothing!!!

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

Re: Email Template for Lost Password return site

Post by mazhar » Fri Jan 16, 2009 5:34 am

Edit the ConLib/PasswordHelpPage.ascx file and locate this line of code

Code: Select all

<asp:TextBox ID="Password" runat="server" TextMode="password"></asp:TextBox>
and make it look like

Code: Select all

<asp:TextBox ID="Password" runat="server" TextMode="password" Text=""></asp:TextBox>

chris.bones
Ensign (ENS)
Ensign (ENS)
Posts: 10
Joined: Wed Dec 31, 2008 4:50 am

Re: Email Template for Lost Password return site

Post by chris.bones » Fri Jan 16, 2009 7:15 am

Thanks!
- Chris

http://www.boneyardclothing.com

Boneyard Clothing - Your online source for Affliction, Sinful, Silver Star, Charlotte Ronson, Sullen, Junk Food, DCMA, MEK Denim, Brad Butter, TOKU and much more clothing!!!

Post Reply