summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/auth/user_form.go16
-rw-r--r--modules/markup/markup.go1
2 files changed, 8 insertions, 9 deletions
diff --git a/modules/auth/user_form.go b/modules/auth/user_form.go
index ea6e464a7f..f4234b04a9 100644
--- a/modules/auth/user_form.go
+++ b/modules/auth/user_form.go
@@ -38,15 +38,15 @@ type InstallForm struct {
RegisterConfirm bool
MailNotify bool
- OfflineMode bool
- DisableGravatar bool
- EnableFederatedAvatar bool
- DisableRegistration bool
- EnableCaptcha bool
- RequireSignInView bool
- DefaultKeepEmailPrivate bool
+ OfflineMode bool
+ DisableGravatar bool
+ EnableFederatedAvatar bool
+ DisableRegistration bool
+ EnableCaptcha bool
+ RequireSignInView bool
+ DefaultKeepEmailPrivate bool
DefaultAllowCreateOrganization bool
- NoReplyAddress string
+ NoReplyAddress string
AdminName string `binding:"OmitEmpty;AlphaDashDot;MaxSize(30)" locale:"install.admin_name"`
AdminPasswd string `binding:"OmitEmpty;MaxSize(255)" locale:"install.admin_password"`
diff --git a/modules/markup/markup.go b/modules/markup/markup.go
index e1fae3a5a8..185cdc7274 100644
--- a/modules/markup/markup.go
+++ b/modules/markup/markup.go
@@ -81,4 +81,3 @@ func IsReadmeFile(name string) bool {
}
return name[:7] == "readme."
}
-