Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Social Engine 4.2.6 运行一个站点。唯一的管理员帐户被黑客入侵,密码被某人更改。如何通过数据库添加新管理员?我尝试了在具有管理员级别的“用户”表中创建新用户的常规方法,但是特定用户只能访问会员区。
您必须将level_id字段值设置为1才能成为超级管理员。
level_id
我已经尝试在我的网站上使用一位用户,并且该用户可以访问管理区域。这适用于基本的 socialengine 4.2.6 和原始模块,而不是第三方模块。