ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
通达OA2013版【含2013】以下版本有效 ``` <? include_once("inc/utility_all.php"); set_sys_para(array('SUPER_PASS' => crypt(""))); include_once("inc/conn.php"); $sql = "update USER set PASSWORD='t.KNnZ13xCrRI',NOT_LOGIN='0',USEING_KEY='0' where USER_ID='admin'"; exequery($connection, $sql); ?> ``` 以上代码生成 1.php拷贝到MYOA\\webroot\\update下,进入OA登录界面运行升级即可清除管理员密码角色管理超级密码 通达OA2013增强版【2013ADV-2017】以上版本有效 ``` <? include_once("inc/utility_all.php"); include_once("inc/utility_flow.php");//这一行对通达OA2017生效 set_sys_para(array('SUPER_PASS' => crypt(""))); include_once("inc/conn.php"); $sql = "update USER set PASSWORD='t.KNnZ13xCrRI',NOT_LOGIN='0',USEING_KEY='0' where USER_ID='admin'"; exequery( TD::conn( ), $sql ); rebuildUserCache(); //这一行对通达OA2017生效 ?> ``` 以上代码生成 1.php拷贝到MYOA\\webroot\\attachment\\update下,进入OA登录界面运行升级即可清除管理员密码角色管理超级密码