@lustek
Active 2 months, 1 week ago
-
Henry Wright replied to the topic not activated users – how to create new activation key in the forum How-to & Troubleshooting 10 years, 1 month ago
Hi @lustek
Regarding your new question, BuddyPress uses
wp_hash()
to hash the user’s ID with the result used as the activation key. So for example:$activation_key = wp_hash( $user_id )