how to reset wordpress password from cpanel
Share
1,111,111 TRP = 11,111 USD
1,111,111 TRP = 11,111 USD
Reset Your New Password Now!
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this memory should be reported.
Please briefly explain why you feel this user should be reported.
Here’s how to reset your WordPress password via cPanel:
Log in to cPanel.
Open File Manager and navigate to /wp-admin .
Rename functions.php (in your theme folder) to functions.php.bak .
Create a new functions.php and paste this code:
wp_set_password(‘your_new_password’, 1);
Save, log in to WordPress, then revert the file. Done!