How to reset password with SSH

Posted on: July 6th, 2022
By: Tadeo Martinez

To check the users on the website and see the ID

wp user list

To update the user password

wp user update user_id --user_pass=password

Here’s the article I followed to learn how to do this.

https://support.cloudways.com/en/articles/5126690-how-to-reset-wordpress-user-password-using-wordpress-cli

Have any questions or comments? Write them below!


Leave a Reply

Your email address will not be published. Required fields are marked *