mirror of
https://github.com/eyebluecn/tank.git
synced 2024-04-21 12:32:16 +00:00
feat: fix the create user bug for admin.
This commit is contained in:
@@ -375,6 +375,7 @@ func (this *InstallController) CreateAdmin(writer http.ResponseWriter, request *
|
||||
space.Uuid = timeUUID.String()
|
||||
space.CreateTime = time.Now()
|
||||
space.UpdateTime = time.Now()
|
||||
space.Name = adminUsername
|
||||
space.UserUuid = ""
|
||||
space.SizeLimit = -1
|
||||
space.Type = SPACE_TYPE_PRIVATE
|
||||
|
||||
Reference in New Issue
Block a user