mirror of
https://gitee.com/gitea/gitea
synced 2025-12-10 10:10:26 +08:00
fix possible disclosure
This commit is contained in:
@@ -108,6 +108,8 @@ func CreateOrganization(org, owner *User) (err error) {
|
||||
|
||||
org.LowerName = strings.ToLower(org.Name)
|
||||
org.FullName = org.Name
|
||||
org.Rands = GetUserSalt()
|
||||
org.Salt = GetUserSalt()
|
||||
org.UseCustomAvatar = true
|
||||
org.MaxRepoCreation = -1
|
||||
org.NumTeams = 1
|
||||
|
||||
Reference in New Issue
Block a user