Technoracle
    Facebook Twitter Instagram
    • Sitemap
    • Privacy Policy
    • Disclaimer
    • Term of Services
    Facebook Twitter Instagram Pinterest Vimeo
    TechnoracleTechnoracle
    • Tutorials
      • Amazon Cloud
      • Google Cloud
    • How To
    • Blog
    • About
    Subscribe
    Technoracle
    Home»How To»How To Reset WordPress Admin Password
    How To

    How To Reset WordPress Admin Password

    Rajesh ShivamBy Rajesh ShivamApril 18, 2022Updated:April 18, 2022No Comments2 Mins Read
    Share Facebook Twitter Pinterest LinkedIn Tumblr Reddit Telegram Email
    Reset WordPress Admin Password
    Share
    Facebook Twitter LinkedIn Pinterest Email
    Reset WordPress Admin Password

    How to Reset WordPress Admin Password

    If you forgot or lost your WordPress admin password, you can’t access your website admin panel. In this tutorial, I will show you different methods to reset wordpress admin password.

    So let’s dive in

    Reset Password from WordPress Admin Login Page

    • Go to the WordPress Admin Login link (wpadminlogin.com/wp-admin)
    • Click on Lost your Password? at the bottom
    • Filled up the Username and E-mail of your WordPress admin user, now click on Get New Password.
    • Now, you should receive a password reset link on your email.
    • By clicking reset link, you can set your new admin login password.

    Sometimes, if your webserver is not configured correctly, or your php_mailer function disabled, this method will not work.

    Password Reset from Cpanel phpMyadmin

    • Login to Cpanel
    • Under the Database section, select phpMyAdmin
    password change
    • Now click on the database of the website, if you are not sure in which database you have to click, check the wp-config.php file and then select the database.
    Reset Admin Password
    • Click on the wp_users table.
    Reset WordPress Admin Passwor
    • Edit the wp_users table
    phpmyadmin wp users modify to reset password
    • Now change the table user_pass to MD5 and input your new password. Finally click on Go.
    • You new admin password is set. Now you can login with new password.

    Password Reset using function.php modify

    • Login to the server through FTP client and modify the active theme’s function.php
    • Edit the file and add the following code to it, right at the beginning, after the first <?php
    wp_set_password( 'password', 1 );
    • Enter your password and 1 is the user. Upload the modified functions.php file again and check
    • Once you are able to login, re-edit the function file to remove the line you added.

    wordpress tips
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Previous ArticleHow to Install PHP 8.0 on Ubuntu 20.04
    Next Article 7 Most Exciting Ubuntu 22.04 LTS Features
    Rajesh Shivam

    Hello, everyone, I am Rajesh Shivam, I am a full-time freelancer with more than seven years plus experience in different freelancing platforms, in this blog, I am going to provide complete freelancing tips and tricks.

    Related Posts

    How To

    How to Install Microsoft Teams on Ubuntu 22.04 Easily

    February 22, 2023
    Read More
    How To

    What is Elastic IP and Its Pricing in AWS

    February 22, 2023
    Read More
    How To

    How to Convert PEM to PPK file [Step by Step Guide]

    February 22, 2023
    Read More
    Add A Comment

    Leave A Reply Cancel Reply

    Facebook Twitter Instagram Pinterest
    © 2023 Technoracle

    Type above and press Enter to search. Press Esc to cancel.

    Go to mobile version