直接在数据库里面修改:
# 更新密码(假设用为 id 为 1,可通过 SELECT 进行查询)
UPDATE res_users SET password_crypt='your new password hash'WHERE id=2;