![]() |
|
password reset link - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: password reset link (/thread-13768.html) |
password reset link - Normandiai - 2022-11-19 Hello! I've been looking for it, but I haven't found an answer to my problem. My problem is with the password reset. When I request a password reset link as a user via email, it is always sent. But it sends it to the wrong address. Because not to the email address specified in the user profile, but to the admin email address. password reset link - sbillard - 2022-11-20 The request is always sent to the admin. That is incase the user email address either does not exist or is incorrect. Then the admin can take steps to rectify the situation. The request will also be sent to the user's email address of record if there is one. So if your user is not getting the request he either does not have an email address or the one on record is not correct. password reset link - ctdlg - 2022-11-21 Hello, My visitors could not receive emails because of static_html_cache extension. password reset link - acrylian - 2022-11-21
I don't think, the form with the reset link should be backend which is not cached at all. And the fix for the contact form is - as mentioned already - not to disable the cache but to exclude the page using the contact form via the contact_form plugin's options. Its standard option has the standard contact page already excluded but of course if you use another page you have to modify that. password reset link - Normandiai - 2022-11-21 Hello! Thanks for the help, I found the cause of the error. The mail was incomplete because it had no sender. I am using the PHPMailer plugin, which was filled out, but in the Name and Email line in the general tab, only the name was given. I thought I shouldn't have to enter the email address separately there if it was set up in the plugin. I was mistaken, although it is clearly written: This email name and address will be used as the From address for all mails sent by Zenphoto. When filled in, it works like a dream. |