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