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