New User – Invalid Key – The Solution
-
Hello,
i have seen that many people have the Problem that the User can´t Activate via Email, cause of the “Invalid Key” exception..
I solved the Problem in my System, this is only a Temorary Solution, it can be lost after a BuddyPress Update ( I hope the Admin fixed this problem by the next Update):
You only have to go in \wp-content\plugins\buddypress\bp-members\bp-members-functions.php at Line 1781 and put // before ‘ $activate_url = esc_url( $activate_url ); ‘
=> //$activate_url = esc_url( $activate_url );The Problem is to use esc_url();
the link befor esc_url():
example.com/?key=763640d2d5f5ab0fa7f88b8559d84ec0
and after esc_url():
example.com/?key=763640d2d5f5ab0fa7f88b8559d84ec0Yes this looks simular, but it isnt.. if i convert it so ANSI you will see it:
example.com/?key=763640d2d5f5ab0fa7f88b8559d84ec0That is the solution for the “Invalid Key” Exception…
- The topic ‘New User – Invalid Key – The Solution’ is closed to new replies.