I have no idea how this plays with wpForo, but in the standard reset flow rp_key is extracted from the password reset cookie. See wp-login.php:
$rp_cookie="wp-resetpass-" . COOKIEHASH;
if ( isset( $_COOKIE[ $rp_cookie ] ) && 0 < strpos( $_COOKIE[ $rp_cookie ], ':' ) ) {
list( $rp_login, $rp_key ) = explode( ':', wp_unslash( $_COOKIE[ $rp_cookie ] ), 2 );
You’d have to look at the wpForo code or ask them for help / documentation if they do something different.
Related Posts:
- WP_User_Query to exclude users with no posts
- WP_User_Query will not combine meta + normal search methods
- WP_User_Query users by registered date
- User appears twice in a WP_User_Query
- Want to add my custom prepare query but add_filter doesn’t run
- each_connected in wp_user_query with Scribu’s Posts to Posts Plugin – Alternative method? [closed]
- Sort WP_User_Query by meta_key value with pre_user_query
- WP_User_Query Custom Field meta_query with Date clause
- Ordering WP_User_Query results by the user IDs used in the include parameter
- Get users in query and limit user output to five in random order
- Echo the number of users using WP_User_Query?
- Query Users by login, meta & role
- Basic Wp_user_query not finding any users
- Modify user table search results
- WP_User_Query not displaying any user [closed]
- Is it necessary to escape LIKE term in WP_User_Query?
- Exclude Users of a Certain Role in the Users Page
- Save users last visited blogs within whole network
- Snippett for create field in registration for users
- WordPress WP_User_Query($args) using Where and Like
- WP_User_Query unexpected output after upgrading toWordPress 4.0.1
- WP_User_Query Filter Results
- custom post type ‘pre_[cpt]_query’ hook
- Can you return users of a higher role than the current user using get_users()?
- WP_User_Query with 2 sets of conditions ‘AND’
- unable to modify user table search results based on meta key
- Problem with WP_User_Query when ‘meta_value’ is an array
- Wp_user_query search by meta_key not returning any results
- WP_User_Query is Not Displaying Results
- How to search for (partial match) display names of WordPress users?
- Query users by custom taxonomy and user role
- How can I be certain that a user has verified their email after registration?
- Single loop for wp_query and wp_user_query
- WP User Query with search columns and meta query
- Wp_User_Query not sorting by meta key
- pre_user_query meta_query admin user list
- wp_insert_user – how to send verification email before logging in
- What is the most efficient way to search users by their display name?
- use query var argument as verification link?
- WordPress is executing URL in code when called via wp_mail()
- Validate a users email address when using gmail to register
- User Relationship
- How to customize user search
- WP User Query get all authors with last name starting with specific letter
- WP_User_Query unable to retreive all user at once
- Complex WP_User_Query call fails on production server
- SQL Query to Update Admin Email
- Only allowing some email addresses to create an account
- WP-API user email change confirmation
- Parent User and Child User – relate users
- Four columns in the wp_users table
- User Query sort on custom field then name
- user_register not triggering with email verification
- Why get_users() not working on the admin backend?
- What’s the proper way to add users to my site in order to test things?
- WP User Query Issues
- Conditional IF statement not returning true even though echo of $user->province is correct
- List Users alphabetically with heading
- How to use a 3rd party library to send emails?
- How to combine two get_users() array?
- is_user_logged_in() throwing undefined function error
- Reduce number of SQL queries inside WP_Query loop to fetch author data
- last_name + first_name orderby with meta_query [solved]
- Dokan Marketplace store link in single product page
- WP_User_Query and user posts
- construct complex queries with WP User Query
- How do I sort a WP_USER_QUERY by multiple meta fields?
- WP_User_Query with more than two custom meta values
- Listing wordpress users with a search function
- Combining two meta_values within one row with query
- WordPress site member verification emails going to spam on Outlook
- User with same Mail but a different additional info(like domain)
- Getting current user data with MySQL statement
- Issue with user meta_query
- Get a Post Loop based on Logged in User information into a Shortcode
- How to filter and/or sort user taxonomy query inside custom user taxonomy archive page?
- Query users and count totals based on meta values
- Display the list of user’s comments + the post title + date
- SQL to set Display Name to First Name + Last Name
- Cannot update newly added User field using wp_update_user
- Updated : how to make email optional while user registration using default wordpress form
- I imported an restore an database and It shows #1067 – Invalid default value for ‘user_registered’
- How to let new users login without email activation
- How to do WP_User_Query for Nested Array value Inside Nested Array field
- wp_get_current_user return ID = 0 when used outside of wordpress, such as webhook / fulfillment dialogflow
- Link with password is not sent to the new user
- How to query 5 users in random who have published more than 10 posts
- Custom registration function not working as it should because is_mail and email_exist keep giving errors when it shouldn’t
- Require confirmation of current user’s email before updating database and before send_email_change_email
- Loop 1 user randomly
- How to order custom user list columns by datetime?
- How can I include user meta information in the resulting array of a WP_User_Query?
- Display Users from two roles in one list
- Paginate Links not working
- Sort users by custom user meta value
- Create Mashable Follow-like Facebook, Twitter login/connect?
- Welcome Email Going to Spam
- User Query Multiple Orderby Clause
- Orderby meta _value that is saved as an array
- WP_User_Query get_count issue with meta_query relation