mirror of
https://github.com/go-gitea/gitea.git
synced 2024-05-11 05:55:29 +00:00
Add configuration option for default permission to create Organizations (#1686)
This commit is contained in:
committed by
Kim "BKC" Carlbäcker
parent
a85c5ab9ff
commit
51d0becb42
@ -45,6 +45,7 @@ type InstallForm struct {
|
||||
EnableCaptcha bool
|
||||
RequireSignInView bool
|
||||
DefaultKeepEmailPrivate bool
|
||||
DefaultAllowCreateOrganization bool
|
||||
NoReplyAddress string
|
||||
|
||||
AdminName string `binding:"OmitEmpty;AlphaDashDot;MaxSize(30)" locale:"install.admin_name"`
|
||||
|
Reference in New Issue
Block a user