改了之后make然后改
发信人: cnbird (阿七), 信区: BBSMan_Dev
标 题: Re: [smth]请问SYSOP密码丢失怎么找回
发信站: BBS 水木清华站 (Tue Aug 31 15:57:42 2004), 转信
Thx
找到了
src/userinfo.c
/*
* Added by cityhunter to deny others to modify SYSOP's passwd
*/
if (real && (strcmp(u->userid, "SYSOP") == 0)) {
prints("\n\n错误!系统禁止修改SYSOP的密码," NAME_POLICE "正在来的路上
:)");
pressreturn();
clear();
end_mmapfile(um, sizeof(struct usermemo), -1);
return 0;
}
/*
* end of this addin
*/
【 在 waitdream (等待dream) 的大作中提到: 】
: 密码给忘了,有站长权限的其他帐号又无法修改。。。。
--
FROM 202.197.75.*