Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save digisavvy/fa5c8139f27b6d03e8a38aed901aee76 to your computer and use it in GitHub Desktop.
Save digisavvy/fa5c8139f27b6d03e8a38aed901aee76 to your computer and use it in GitHub Desktop.
Update existing WP user password in Terminus using WP CLI
terminus auth:login --machine-token={your_machine_token}
terminus wp {sitename}.{env} -- user update {userID} --user_pass={enterStrongPassword}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment