Home > CMS Tutorial > WordPress > body text

How to reset password in wordpress

王林
Release: 2019-11-04 09:53:34
Original
4674 people have browsed it

How to reset password in wordpress

1. First log in to your hosting space account. I will take SG as an example. Find the phpMyAdmin icon in cPanel, as shown below. If you are using other hosting, such as BH , are similar. There is the phpMyAdmin icon in cPanel

How to reset password in wordpress

#2. After entering phpMyAdmin, select your WP database in the database menu in the upper left corner and click on it. If If you only build a website, it is usually the first option with a domain name suffix. Find wp_users in the database list on the right, click Browse next to it, as shown below:

How to reset password in wordpress

3. After entering, click Edit to start changing your WP background password

How to reset password in wordpress

#4. Fill in the password you want to reset in the Value corresponding to user_pass. If you want to change the user name, just change it in user_login. In addition to Value, there is also Functions corresponding to user_pass. Here is a drop-down menu. Select MD5, which is used for secondary encryption.

How to reset password in wordpress

5. After filling in the password, Scroll the page to the bottom, click Go as shown in the picture below to complete the password reset. Isn’t it very simple? Congratulations, you have completed the reset and modification of WordPress backend password

How to reset password in wordpress

Recommended tutorial: wordpress tutorial

The above is the detailed content of How to reset password in wordpress. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!