Passsword reset error
-
Hi,
We’ve encountered an issue with the password reset functionality when your plugin is enabled. Specifically, the activation key triggers an error when we attempt to use the password reset link received via email.
After investigating the problem, we implemented the following fix in your plugin to resolve it:
https://imgur.com/ShCMBufHere’s the code snippet we added:
$us_activation_key = (!empty($user->user_activation_key)) ? $user->user_activation_key : '';
'user_activation_key' => $us_activation_key,Do you think this is an appropriate solution?
Also, do you have any idea why other users might not be experiencing the same issue?We thought it could be useful in case you’d like to consider adding it to the plugin source.
Thanks in advance!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.