diff options
Diffstat (limited to 'modules/auth/user_form.go')
-rw-r--r-- | modules/auth/user_form.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/auth/user_form.go b/modules/auth/user_form.go index 62ecf8a4..718025bc 100644 --- a/modules/auth/user_form.go +++ b/modules/auth/user_form.go @@ -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"` |