forked from kevadesu/forgejo
fix possible disclosure
This commit is contained in:
parent
50264200f0
commit
3362b3a44f
7 changed files with 61 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue