mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 01:05:14 +00:00
#2155 fix org max repo limit default to -1
This commit is contained in:
parent
d0b0d24f22
commit
4d31eb2c0d
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue