mirror of
https://github.com/go-gitea/gitea
synced 2025-08-21 17:08:27 +00:00
#3066 fix create organization ignores full name property
This commit is contained in:
@@ -106,7 +106,6 @@ 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
|
||||
|
Reference in New Issue
Block a user