Commit 7fffa095 by 杨昕

这是offcn默认密码

parent 396a3214
Pipeline #10002 passed with stages
in 31 seconds
......@@ -61,7 +61,7 @@ class UsersController extends Controller
if (empty($user)){
$data = [
'name' => $username,
'password' => md5(123123),
'password' => md5($request->password??'123123'),
'organization_id' => 0,
'status' => 0,
'create_time' => date('Y-m-d H:i:s',time()),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment