-
Author
-
January 13, 2016 at 00:32 #98176bkozlowskiParticipant
My users are not receiving the password reset link in their lost password email:
Someone requested that the password be reset for the following account: XXXXX Username:XXXX If this was a mistake, just ignore this email and nothing will happen. To reset your password, visit the following address:
It appears that the disconnect is somewhere around line:1657 of kleo_lost_password_ajax function in functions.php
A speedy fix would be greatly appreciated. Thanks!
January 13, 2016 at 00:54 #98180bkozlowskiParticipantCOPY CODE"message": { "html": "Someone requested that the password be reset for the following account:\r\n\r\nhttps://sistershipcircle.com/\r\n\r\nUsername: brenttest\r\n\r\nIf this was a mistake, just ignore this email and nothing will happen.\r\n\r\nTo reset your password, visit the following address:\r\n\r\n<https://sistershipcircle.com/wp-login.php?action=rp&key=8lF35dOkERhaLAbqGTFE&login=brenttest>\r\n", "subject": "[Sistership Circle] Password Reset",
January 13, 2016 at 01:33 #98187bkozlowskiParticipantOK – It appears that the link was wrapped in < >. Once removed the link appears correctly in emails.
This problem revealed another problem though. It appears this function bypasses the normal default WordPress email, preventing the styling to be added from my Mandrill plugin. Is there a way to use the standard email instead of the one contained within this function?
January 13, 2016 at 18:59 #98325RaduModeratorHi,
Please take a look in wp mandrill plugin settings and look for an field that you can choose html or plain text emails , see this screenshot https://s.w.org/plugins/wpmandrill/screenshot-1.jpg?r=1327650 -> General settings -> Replace all line feeds
Let me know
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 21, 2017 at 20:43 #153736lciantasParticipantI have the exactly same problem and can’t disable
Replace all line feeds ("\n") by <br/> in the message body
because it breaks all WooCommerce e-mails (HTML based).Any alternative to fix this issue?
Thanks in advance,
Lorena
February 22, 2017 at 15:54 #153886RaduModeratorHi,
If you de-activate all plugins except woocommerce this will work ? also try to de-activate the child theme when disable plugins
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 23, 2017 at 16:22 #154009lciantasParticipantActivating that wpmandrill option seems to break any HTML email sent by WordPress.
We have an active woocommerce store sending daily HTML e-mails, including event tickets (very important).
February 23, 2017 at 17:52 #154030RaduModeratorHi,
In wpmandrill settings check the marked option in the screenshot
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 24, 2017 at 13:49 #154089lciantasParticipantIt’s already deactivated and because this, password recover link doesn’t appear.
February 24, 2017 at 18:00 #154112RaduModeratorHi,
WE don’t change the logic of reset password, we use like WordPress does, try to use wp default theme and to reset the pass keeping that plugin active with the same settings to see if the scenario can be reproduced
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.