New users registration – Cimy
-
hi,
I have a problem registering new users. Once you complete the registration form, you will receive an email with an activation link. Unfortunately for some reason wordpress adds to the links <> before and at the end. Unfortunately, this redirects to reset the password. I already edited wp-login.php and pluggable.php where I deleted these characters. But unfortunately I continue to have this problem. Perhaps you have an idea how to solve this.
wp-login.php
$message .= ‘<‘ . network_site_url(“wp-login.php?action=rp&key=$key&login=” . rawurlencode($user_login), ‘login’) . “>\r\n”;After removing
$message .= . network_site_url(“wp-login.php?action=rp&key=$key&login=” . rawurlencode($user_login), ‘login’) . “\r\n”;I did the same thing in the file pluggable.php
But for some reason he continues to add these characters <
Link looks like this <https://foodbook.com.pl/wp-login.php?action=rp&key=9Dgs9Sx19x8Tr6FiTZa6&login=pukiell>
But the first < is not part of the clickable.If you copy this link without < it all works as it should.
The page I need help with: https://www.foodbook.com.pl
The page I need help with: [log in to see the link]
- The topic ‘New users registration – Cimy’ is closed to new replies.