简单记录一下如何解决禅道账号被锁定问题
登录数据库,直接更新字段. 由于我就1个账号,账号ID是1,具体你可以根据你的查询来写更新字段。
select * from zt_user limit 1; update zt_user set locked=null where id = 1