@lustek
Active 3 months, 2 weeks ago
-
Henry Wright replied to the topic not activated users – how to create new activation key in the forum How-to & Troubleshooting 10 years, 2 months 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 )