Explorar el Código

初始化密码修改

q hace 1 año
padre
commit
ab03ecef2b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      webmain/system/admin/adminAction.php

+ 1 - 1
webmain/system/admin/adminAction.php

@@ -148,7 +148,7 @@ class adminClassAction extends Action
 			$arr['email']  		= $rs['email'];
 			$arr['tel']  		= $rs['tel'];
 			$arr['superman']  	= $rs['superman'];
-			$arr['pass']  		= md5('123456');
+			$arr['pass']  		= md5('Zhks2023_jw');
 			$arr['sort']  		= $sort+$oi;
 			$arr['workdate']  	= $this->date;
 			$arr['adddt']  		= $this->now;