Answers for "how to change wordpress email used for password resets"

1

Reset the WordPress administrator password - Bitnami

sudo cat /home/bitnami/bitnami_credentials
Posted by: Guest on February-24-2021
1

wp cli user password reset

#find the admin user and user id.
wp user list | grep admin

#changed the user password using the id 
wp user update 1 --user_pass=password
Posted by: Guest on March-15-2022

Code answers related to "how to change wordpress email used for password resets"

Browse Popular Code Answers by Language