PHP customer service system-PhpWorkmanChat customer service system modify administrator password

As a popular open source PHP customer service system, based on thinkphp and workman, the source code of cross-platform lightweight customer service system

The admin table is v2_admin

The account is admin, what if the password is forgotten. You can directly modify the database table v2_admin, the password rule is md5 (password + encryption salt), the encryption salt can be seen in config/service.php

Directly through the online MD5 website, generate a new password of your own, new password + salt, modify the admin account after MD5 encryption

Guess you like

Origin blog.csdn.net/taoshihan/article/details/131778548