Can't login and password after import live site

Hi,
I imported my website to local and it’s working when I open the site, but when I want to go to admin site I have a this weird issue that I need a login and password but when I imported my website I didn’t have the step to choose a login and password…
How can I do to fix it?
Thanks a lot

1 Like

I have this issue as well!

1 Like

Hey @ladypinata and @upframe, Welcome to the Local Community Forums!

You should be able to use the same username and password that you have on the remote production site.

You can also manually update or create new users within the local site by using wp-cli. To do this, right-click on the site in Local and select “Open Site Shell.” Within the terminal window that opens issue these commands, which lets you find which user you want to edit, and then using that user’s ID, update that password:

wp user list
wp user update 1 --user_pass='newpassword'

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.