How to deal with Tongweb forgotten password

Forgot the password of the Tongweb management console, resulting in the inability to log in:

 The fastest solution: Change the password to the default thanos/thanos123.com

vi  /root/TongWeb7.0/conf/security/twusers.properties 

Modify the conf/security/twusers.properties file in the tongweb installation directory: modify the content of thanos to the default password information:

thanos=3d6391e41e9c4319$3$6774c6fc94b9d29478de176c4e1b9ddfdf741bba57a75ec8b97f0a7221cef769$SM3

 Then save it, and then start it through ./stopserver.sh and startserver.sh or startservernohup.sh in the tongweb bin directory.

After restarting, you can log in to the tongweb management console  through the default username and password: thanos/thanos123.com .

Guess you like

Origin blog.csdn.net/yeyuningzi/article/details/130262358