forked from forgejo/forgejo
#697 add install option
This commit is contained in:
parent
b0bf4cc1cb
commit
5f1183cecf
7 changed files with 27 additions and 6 deletions
|
@ -38,6 +38,7 @@ type InstallForm struct {
|
|||
OfflineMode bool
|
||||
DisableGravatar bool
|
||||
DisableRegistration bool
|
||||
EnableCaptcha bool
|
||||
RequireSignInView bool
|
||||
|
||||
AdminName string `binding:"OmitEmpty;AlphaDashDot;MaxSize(30)" locale:"install.admin_name"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue