Password Reset Error

Permalink 1 user found helpful
Does anyone know why I am getting this error message when a user attempts to reset there password. It happens when you click on the reset link, enter new passwords and click save

An unexpected error occurred.

Invalid Key. Please visit the forgot password page again to have a new key generated.

Hope someone can help me

JonRimmer
 
JonRimmer replied on at Permalink Reply
JonRimmer
I have discovered the problem a line of code was missing from the site.php

I added this line of code …

define('FORM_BLOCK_SENDER_EMAIL', 'your_custom_email@host.com');
?>
and all is working ok again

Hope this helps some people
foster replied on at Permalink Reply
foster
After a couple years using C5, today was the first time I ran into this error.
Your solution worked perfectly.

Thanks!