为了能快速了解并处理您的问题,请提供以下基础信息:
问题描述:服务器磁盘空间满了,然后我登录ssh,删了一些日志和项目,释放了空间出来。访问宝塔,发现输入正确的账号和密码也不能登录,提示账号密码不正确。
[root@iZ2vcbxg9xuf9g50ksc2tdZ ~]# bt 5
===============================================
正在执行(5)...
===============================================
请输入新的面板密码:12345678
Traceback (most recent call last):
File "/www/server/panel/tools.py", line 1652, in <module>
bt_cli(clinum)
File "/www/server/panel/tools.py", line 1323, in bt_cli
set_panel_pwd(input_pwd.strip(), True)
File "/www/server/panel/tools.py", line 167, in set_panel_pwd
result = public.M('users').where('id=?', (1,)).setField('password', public.password_salt(public.md5(password), uid=1))
File "/www/server/panel/class/public.py", line 3669, in password_salt
return md5(md5(password + '_bt.cn') + salt)
TypeError: can only concatenate str (not "list") to str
[root@iZ2vcbxg9xuf9g50ksc2tdZ ~]#
相关截图(日志、错误):
|
|