Commit c3d1aa58 by 杨昕

Merge branch 'test' into 'master'

这是offcn默认密码

See merge request !7
parents 30086713 7fffa095
Pipeline #10032 passed with stages
in 43 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