Resetting WordPress User Password

Get to the MySQL prompt and use something like the following:

UPDATE wp_users SET user_pass=MD5(‘secret’) WHERE ID=1;

Post comment