mcguffinbros Posted June 16, 2011 Share Posted June 16, 2011 Hi there,How can stop sending the password in plain text (Really amazed bout this break in the customers security) after customer registration.Thanks in advance to all the replays.Cheers. Link to comment Share on other sites More sharing options...
Billy Posted June 16, 2011 Share Posted June 16, 2011 I wish I knew how to fix this. I have some really angry customers. Heck even the password reset sends a plain test password. Sure I can edit the registration email template but how do I fix the password reset? Link to comment Share on other sites More sharing options...
Billy Posted June 16, 2011 Share Posted June 16, 2011 If we could get the system to send an "image" of the password that would be a lot better. Maybe smarty could help with something like this but I have no idea where to even start. Link to comment Share on other sites More sharing options...
Billy Posted June 16, 2011 Share Posted June 16, 2011 Here is an old approach... Still doesn't seem to solve the complete issue unless I misread it. http://www.prestashop.com/forums/viewthread/101141/general_discussion/removing_the_password_from_the_registration_email_v_dot_1_dot_3_dot_2 Link to comment Share on other sites More sharing options...
pralbin Posted July 25, 2011 Share Posted July 25, 2011 I have the same issue. Many customers complaining about this. I don't think it's so smart either.. Link to comment Share on other sites More sharing options...
philee Posted August 2, 2011 Share Posted August 2, 2011 It should be the same option as the administration forgot password set-up. Where when you forgot your password it will automatically reset your password instead of showing the actual password. Link to comment Share on other sites More sharing options...
PrestaDesigner.com Posted August 2, 2011 Share Posted August 2, 2011 I think this is something which will be taken into consideration by the prestashop team Link to comment Share on other sites More sharing options...
MikeMc68 Posted August 25, 2011 Share Posted August 25, 2011 Has this been fixed? I have had two complaints so far from customers that their password was sent to them in plain text!!! Link to comment Share on other sites More sharing options...
AKJV Posted August 25, 2011 Share Posted August 25, 2011 What I have done is the following: 1) Prevented password being sent in 'Welcome' email to customers upon registration. I have deleted this part from the HTML code in account.html: <br >Password: <strong>{passwd}</strong> And deleted this from the account.txt: Password: {passwd} You can find these files in the /mails/xx folder (xx being your language code). Modify these files and upload them back again. I added to both txt and HTML e-mail files a notification that passwords are not sent out for security reasons. You should also be able to remove these password queries in your BO->Tools->Translations->E-mail template translations. But I don't like working with the built-in editor as it messes up my HTML code. The trick proposed in the previous (older) topic was to comment out the code, but perhaps that doesn't work with the built-in e-mail editor (possibly it removes comment tags from HTML code). 2) When customers forget their password, they can apply for a new one. They will then receive an e-mail (password.html or password.txt) with a new and randomly generated password. I have added text in this e-mail, urging them to change the new password in one of their own choice as soon as possible. 1 Link to comment Share on other sites More sharing options...
megsmitley Posted August 10, 2012 Share Posted August 10, 2012 PrestaShop fans interested in having the password recovery process replaced with password reset and the ending of all clear text password transmissions may wish to vote up this improvement request http://forge.prestashop.com/browse/PSCFI-6300 Thanks, AKJV, for the interim workaround. Link to comment Share on other sites More sharing options...
benjamin utterback Posted August 10, 2012 Share Posted August 10, 2012 Thanks everybody for the Input. I definitely agree with megsmitley. Using the forge reporting center is the best way to vote up improvements for future software versions. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now