mirror of
https://github.com/go-gitea/gitea
synced 2025-07-03 17:17:19 +00:00
#2155 fix org max repo limit default to -1
This commit is contained in:
@ -109,6 +109,7 @@ func CreateOrganization(org, owner *User) (err error) {
|
||||
org.LowerName = strings.ToLower(org.Name)
|
||||
org.FullName = org.Name
|
||||
org.UseCustomAvatar = true
|
||||
org.MaxRepoCreation = -1
|
||||
org.NumTeams = 1
|
||||
org.NumMembers = 1
|
||||
|
||||
|
Reference in New Issue
Block a user