How To Change WordPress Admin Password 2021 by Mike
hello, guys today we will show you How to change WordPress admin password 2021 by Mike and If you have ever forgotten or forgotten your password to access the WordPress dashboard, this can be very frustrating. WordPress offers many options for setting or changing your WordPress password.
- Change the password from the dashboard.
- Configure the password via email.
- Configure the password via phpMyAdmin.
- Configure password via FTP.
- Configure password with urgent password reset script.
- How WordPress Articles.
If you can’t log in after two attempts, wait at least 15-30 minutes to try again. Otherwise, you temporarily block access to your WordPress site.
Change WordPress Password from Dashboard
Step 1: Click on Users.
Step 2: Hover the cursor over your administrative user and then click Edit.
Step 3: When you see your admin profile, scroll down to find the option called New Password. To the left of this, you will see a button labeled Generating a Password. Click the button.
Step 4: You will create a random password that you are welcome to use. However, if you want to create your own password, just click on the field and start typing a new password. Note that your password is graded. Make sure there are large codes, numbers, and symbols to help make the code stronger and stronger. If you have problems with long passwords, use the password manager to track your passwords. Most web browsers allow you to track your passwords as part of their feature set.
Step 5: After changing the password, download Update to see the blue button labeled Update Profile. Click this button to save the changes.
Organize your email via an email
If you have forgotten your WordPress admin password, you can manage these steps via email from the WordPress Dashboard login page:
- Go to your WordPress login page (example.com/wp-admin)
- Did click forget your password? Below.
- Enter your WordPress admin username or email, then click Get a New Password.
- You should receive an email with the topic [Configuring WordPress Site] Configuring Password. The text of
- this email contains a link below the text. To configure your password, visit the link below, continue, and click the link.
- Enter your new password, confirm it, then click Set Password again.
Changing Your WordPress Password via phpMyAdmin
If you forget, change your WordPress password directly in the database using phpMyAdmin.
You should only use this method if you are comfortable working with such databases. It is also recommended that you always back up your database to CPanel before making direct changes to the database.
Step 1: Log in to cPanel.
Step 2: In the Database section, click phpMyAdmin.
Step 3: Click on the name of your WordPress database.
Step 4: Next click on the wp_users table.
Step 5: Click on Edit beside your WordPress admin user.
Step 6: In the user_pass field, enter your password by pressing Ctrl-V. Paste. From the drop-down menu, select MD5. Finally, click on the button.
Step 7: You should now see a success message from phpMyAdmin that says the database record has been updated.
Change your WordPress password via FTP
If you do not have access to your WordPress database, you can configure your password via FTP.
Log in to your website via FTP and go to your theme functions.PPP file and download it to your local computer.
In my case, it was /home/userna5/public_html/wp-content/themes/twentyfourteen/functions.php
In line 2, right of the first line <? PHP Add this:
wp_set_password (“password”, “manager”)
In this example, we put in the password and update it for the user manager, if your administrator user has a different username, be sure to use it.
You should also make sure that you use a secure WordPress password.
- Upload this modified functions.php file to your / themes folder on the server.
- Log in to your WordPress dashboard with the new temporary password you set.
- Now that you have successfully configured your password, remove the wp_set_password line from your local functions.php file and then upload it.
- That way WordPress doesn’t have to reset the password whenever you access the admin dashboard.
Recommended for you: