Problem solved!
I had a filter hooked onto random_password
filter to generate passwords with custom rules and get_password_reset_key
uses the function wp_generate_password
to generate the key, and that is why I was getting the behavior I was getting. Allz I had to do was to remove my filter from it, and bada bing bada boom, it works.
Related Posts:
- How do I create a password reset link?
- User defined password at registration – registration email sends auto generated pass
- Password field (and confirmation) showing up twice on registration
- How can I find users that didn’t set a password?
- Is there a maximum length to user passwords?
- Disable password limitations
- How to show password fields on registration form w/o plugins
- Send a password to a user who has just registered for a member area
- WordPress doesn’t send a password (but only a username) after new user registration
- WordPress not sending registration mail? (works on ‘lost password’)
- Custom user creation and auto login problem
- Is it possible to remove username field from the registration page? If so, how?
- users table – user_name vs. nicename
- How to limit user registration to a specific set of domains?
- How do I create a user using the new JSON api in 4.7?
- How to let user set password on registration
- Why do generated passwords start/end with spaces?
- Insert “New User” and update/set meta data at once
- Send automatic email to user after wp_create_user
- How to prevent certain usernames from being registered?
- How to disable or protect against disposable email accounts?
- Advice on setting up a site with front end registration
- How to add a description to the user name input field in the registration form?
- How to add a checkbox to registration and user profile?
- wp_create_user hook
- White spaces in username give 404 on author page
- auto assign sequence base username while registration
- How to disable user registration for the default subscriber user role?
- Registered but Anonymous comments
- Get plain password on register
- Send custom signup approval email to different Administrators selectively
- After e-junkie payment, send a http post to register user automatically?
- Email confirmation in user registration form without a plugin
- How to add additional information to a user on user creation?
- How do I get WordPress login to ignore the password input if a particular username is used?
- How can I have user registration verify a whether a new user is listed in a table of pre-approved users?
- Mobile User Registration
- Conditionally registering users
- WordPress Register Form
- Correct passwords keep appearing as incorrect
- Creating custom registration and login link in wordpress
- Adding register & login in WordPress website
- Can i add password field into my wp registration form?
- How can I disable all client side new accounts without disabling new user accounts?
- Custom Front End Registration – How Does the Key work in the Password Set Request?
- OAuth 2 and saving the authenticated user
- Unique registration for new writers to sign up
- Custom registration form with different registration process based on what’s selected
- register user only with specific Host name
- Generate long hashed user ID
- Disable New User Registration Email sent to WordPress admin email on 4.9.5
- my custom css file downloads then it STOPS!
- REST API: wp_get_current_user not working on second call
- I want to add a tax-ID field in registration form and upon submission, perform a lookup by tax-ID
- Custom user registration
- Force display name to nickname wp
- Why does hashing a password result in different hashes, each time?
- not sending correct link to set the password in registration email [closed]
- wp_insert_user not returning anything
- New register email notification sending some fields blank on site admin emai id
- Profile picture in registration form WordPress [closed]
- Controller functionality – User not logged in/ redirect to registration page (not wp_login)
- loading custom registration template
- Front-end registration form with password field
- Why is wp_new_user_notification not working?
- How to add user registration and signup in WordPress and create members only page?
- Single Sign On or Bridge with in the WordPress WebSites?
- Is there a way to check the email of the user trying to register before he registers?
- signup_user() throws fatal error
- Custom Registration Form Based on user location Woocommerce
- Action Hook that fires function upon registration at Woocommerce checkout
- Send user auto generated password on different email
- My new website registration error
- Not receiving any sign up mail, when user registers… Both admin & user
- Create a unique username with validation on wordpress registration
- How to invalidate `password reset key` after being used
- I want to give every new registering user a unique key apart from password field for external use
- Is it possible to remove the password field in the registration page in woocommerce?
- Disable emails for new user registration
- How to call or add password input / generate password / password strenght meter in custom registration form?
- I have restricted the username to numerical format but not able to integrate the same with PeepSo plugin
- How to hide username on wordpress registration?
- What’s the Point of Spam Registrations?
- Add custom Date column to “All Users” admin panel in WP
- Chosen user password in registration is not being accepted on Login
- Update a user field with a generated text
- Custom Registration with Select and Upload function
- generate an auto incremented id number when a new user is registered
- Remove wp-login link from auto generated wordpress’s email
- Mail function not working with user accounts
- Is it possible to have users register without having a password?
- disabling emails received by admins every time a new user signs up (function not working)
- how to allow unregistred users to view normal posts [closed]
- Wrong user registration date in wordpress
- Plugin recommendation for directory site [closed]
- enqueue style google fonts in functions.php in array?
- Fields in register page is pre-filled out with name and email
- Login to comment: not just user and email
- SSH use only my password, Ignore my ssh key, don’t prompt me for a passphrase
- Change password reqts with NO plugin without breaking resetpass link?