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
- User Export Function Missing
- how to get list of all users and their metadata
- How to search for (partial match) display names of WordPress users?
- How to display pagination links for WP_User_Query?
- List users by last name in WP_User_Query
- Mass registrations on my blog. Disable specific domain?
- 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
- Give to site admin the option to “skip confirmation email” when adding new user
- How to set up User email verification after Signup?
- How to search display_name column when using WP_User_Query
- How to order WP_User_Query results to match the order of an array of user IDs?
- Getting all user metadata from user
- Searching users with WP_List_Table plugin
- WP User Query with search columns and meta query
- Wp_User_Query not sorting by meta key
- WP_User_Query with combined meta query – not working?
- How to add custom query filters in WP_User_Query
- pre_user_query meta_query admin user list
- Check if WP_User_Query ‘include’ is empty
- wp_insert_user – how to send verification email before logging in
- What is the most efficient way to search users by their display name?
- Get Y random authors’ ID/Object with more than X number of posts
- Searching user meta using WP_User_Query
- WP CLI – show users whose ID is larger than given ID
- How to display next and prev pagination links with WP_User_Query?
- WP_User_Query with meta_query array relation ‘OR’
- use query var argument as verification link?
- How to get user by display_name with WP_User_Query
- get_users / WP_User_Query returns empty when logged out
- How to get a list of all users registered before a given date?
- WordPress is executing URL in code when called via wp_mail()
- Pagination not working on custom query
- WP_User_Query order by meta_key that is an array
- Users instead of posts: How to modify the main query?
- Validate a users email address when using gmail to register
- How to use search_columns in WP_User_Query?
- how to create a proper query for getting a list of users with taxonomy related meta key
- User Relationship
- WP_User_Query search with multiple search queries
- How to customize user search
- How to query users who have empty first_name?
- I’m receiving requests to change the admin email. How can this be happening?
- Disable the administration email address verification (new in 5.3)
- WordPress User getting added with id of 0
- WP User Query fails when searching meta queries and search columns
- WP User Query get all authors with last name starting with specific letter
- Email confirmation in user registration form without a plugin
- Getting users by specific capability, not role
- WP_User_Query unable to retreive all user at once
- How to use same email for multiple users in Multisite version 4.7
- Complex WP_User_Query call fails on production server
- Query users by capability – uninstall/deactivate callback
- WordPress Add New User – Send an Activation Email
- WP_User_Query ignoring ‘meta_query’ arguments
- SQL Query to Update Admin Email
- Only allowing some email addresses to create an account
- Showing all users who match 2 meta fields with current user
- What’s wrong with Customizing new user notification email by add_filter?
- Get users between user ids
- WP-API user email change confirmation
- WP_Query ordered by meta_value_num doesn’t fetch posts without this meta field
- how to change the verification url of pie register plugin of wordpress?
- WP_User_Query pulling ACF to loop
- Parent User and Child User – relate users
- WordPress search posts by author name with autocomplete
- Four columns in the wp_users table
- User Query sort on custom field then name
- how to know when the user is in specific part of the website and when he leaves that part and display the data in the admin dashboard
- How to show user online status on their posts?