q1838818427 发表于 2025-2-2 01:08:29

变更密码的时候提示这个

为了能快速了解并处理您的问题,请提供以下基础信息:面板、插件版本:全部最新
系统版本:最新的
问题描述:变更密码的时候提示这个
相关截图(日志、错误):Traceback (most recent call last):File "tools.py", line 1417, in <module>
    set_panel_pwd(sys.argv)
File "tools.py", line 160, 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 3629, in password_salt
    return md5(md5(password + '_bt.cn') + salt)
TypeError: can only concatenate str (not "list") to str
页: [1]
查看完整版本: 变更密码的时候提示这个