cebraic IWhen I enter ssh and give the command to recover user password (wo site update mysite.com --password I get the following message: Invalid WordPress user daniel for mysite.com Any idea what this could be? Would it be an invasion, a malware or virus?
marty The update command is to update things not recover them. :-) Passwords are 'one-way' encrypted anyway so you can't actually recover a WP password - you just need to reset it. I've never actually used it but presumably it's:- wo site update mysite.com --password mynewpassword https://docs.wordops.net/commands/site/#usage_1 Or just reset it using phpmyadmin/adminer.
portofacil If you want to deal with your WordPress users, you should use WP-Cli, not WO. wp user update daniel --user_pass='yourawes0mepassword' https://google.com/search?q=wp-cli+documentation