Your local server probably has problems sending mail. There are ways to fix that, but it is probably easiest to change the password in the database directly.
Since you’ve made a copy of your site I am going to assume you have access to the database through something like PhpMyAdmin.
Follow these instructions to change the password: https://codex.wordpress.org/Resetting_Your_Password#Through_phpMyAdmin
Short version: find your user in the wp_users table, type a new password in the user_pass column and make sure to select MD5 under functions.
To prevent this problem in the future you could install a SMTP mail plugin. There are quite a few in the plugin directory for this.
Good luck!
Related Posts:
- How to let new users login without email activation
- Must activation/deactivation functions in a class be static?
- Viewing output when the “The plugin generated x characters of unexpected output during activation” error is triggered
- Problem creating a table with dbDelta
- Add update services on theme activation
- Use an activation code to change a role [closed]
- Wrong activation/confirmation link in email
- Send user auto generated password on different email
- Users set passwords but cannot login
- Resend user activation mail
- Is it possible to send user new password after they clicking on forgot password in word press
- wordpress redirect after password reset
- Check for correct username on custom login form
- multi page password protection
- How to Modify/Change a Buddypress/WordPress Account Activation Process
- Best way to send users password?
- Hide password protected posts in admin
- how to redirect to a custom password retrieval page
- Reset Password – change from name and email address
- WooCommerce changes lost password reset link
- Password protected post or page – error message by wrong password?
- Give visitor access to password protected page/post via external script
- Forgot password not working
- Password reset message – change the network_home_url( ‘/’ )
- Custom protected password page with ACF
- Problem protecting a page with a password
- Remove lost password form and URL
- WordPress is executing URL in code when called via wp_mail()
- Password protect custom template
- Custom password generator for users
- password protect individual pages
- Validate a users email address when using gmail to register
- WordPress password reset – why post rp_key?
- Password reset bug? – “Sorry, that key does not appear to be valid”
- How can I find users that didn’t set a password?
- password protected post policy
- How can I allow password reset based on logins containing the @ character?
- Unexpected Output: register_activation_hook with namespace
- Is there any point setting the keys and salts in wp-config.php?
- Locked/Unlocked in title
- Show MD5 Password in user section
- Email confirmation in user registration form without a plugin
- Plugin won’t activate – cannot declare class (already in use)
- Is any information available in PHP files in WP about plugin activation history?
- Intercept the “lost password” action by first redirecting to an existing instructions page
- Password protection for page template
- reset password link redirect to login page
- How to check if tables in WordPress still exists after activations
- user_register not triggering with email verification
- Force user to change their password on the frontend at the first login and password policy
- Giving permission to anyone (non-users as well) with a password to edit a post, possible?
- Run plugins only on certain pages
- How to verify wp user password by sql query in wp? [closed]
- Looking for a way that will collect visitors emails before letting them view the blog posts [closed]
- Are functions in main plugin file called before function bound to register_activation_hook runs?
- What did I do wrong in my functions code, that will not change the “Get New Password” text to “Send It”?
- How do I transfer user passwords from one WordPress site to another?
- Force file download on plugin activation
- WordPress user account activation
- Styling my own password protected page, how to deal with wrong password?
- How to know where this function definition is declared?
- Custom form for password protected page
- How can I create blog specific database table in multisite?
- Basic password protection without using users and roles
- Need help for WordPress User Session Management?
- How can I manually activate a new site in a wordpress multisite network?
- What is the CODEX intercept for wp-login.php?action=lostpassword
- Specific way to allow WordPress users to view their current password? And edit it?
- Create a CSS file in plugin folder when theme is activated
- Disable password limitations
- autocomplete=”off” WordPress Login
- How can i login with user’s password in WordPress being an admin?
- Password protect a custom template
- lostpassword_redirect filter is not used
- Password recovery URL has error – but not found in code or db
- Put password on a wordpress link in a article
- Activate a plugin via a SQL query
- Password-protected page redirecting to frontpage when I enter the password
- WP Admin Login keeps redirecting to login
- Using password protection to load different page elements?
- WordPress site member verification emails going to spam on Outlook
- Updated : how to make email optional while user registration using default wordpress form
- Automatically change the page password for more than one page
- Forgot password flow does not work, getting email with a link but after clicking link it’s not working
- Problem with login / reset password links in users emails
- My Password Protected Pages Aren’t Working
- How do I display the password field on the WordPress user registration screen?
- Why wp_set_password not working within a api endpoint?
- Password protect wp-login.php
- Error when send reset password
- Problems with installing and deleting plugins
- Cant login, Password MUST be reset error, after reset
- Reset Password – change from name and email address. It stucks at admin. Want to change it to info
- Welcome Email Going to Spam
- How to delete Password Protected posts cookies when a user logged out from the site
- how to disable SSH login with password for some users?
- Hide/show button for the password field in the Woocommerce My Account page
- How to protect my credentials on my clients website
- My activator class isn’t running the code inside
- Emails from [email protected] fail authentication when a new user is set up [closed]