- {{if or (not .LinkAccountMode) (and .LinkAccountMode .LinkAccountModeRegister)}}
- {{template "base/alert" .}}
- {{end}}
- {{if .DisableRegistration}}
-
{{.i18n.Tr "auth.disable_register_prompt"}}
- {{else}}
-
-
-
-
-
-
-
-
-
- {{if not .DisablePassword}}
-
-
-
-
-
-
-
-
- {{end}}
- {{if and .EnableCaptcha (eq .CaptchaType "image")}}
-
-
- {{.Captcha.CreateHtml}}
-
-
-
-
-
- {{end}}
- {{if and .EnableCaptcha (eq .CaptchaType "recaptcha")}}
-
- {{end}}
- {{if and .EnableCaptcha (eq .CaptchaType "hcaptcha")}}
-
- {{end}}
-
-
-
-
-
-
- {{if not .LinkAccountMode}}
-
- {{end}}
- {{end}}
+
+
+
+
+
+
+
+
+ {{if not .DisablePassword}}
+
+
+
+
+
+
+
+
+ {{end}}
+ {{if and .EnableCaptcha (eq .CaptchaType "image")}}
+
+
+ {{.Captcha.CreateHtml}}
+
+
+
+
+
+ {{end}}
+ {{if and .EnableCaptcha (eq .CaptchaType "recaptcha")}}
+
+ {{end}}
+ {{if and .EnableCaptcha (eq .CaptchaType "hcaptcha")}}
+
+ {{end}}
+
+
+
+
+
+
+ {{if not .LinkAccountMode}}
+
+ {{end}}
+ {{end}}
+
diff --git a/web_src/less/_form.less b/web_src/less/_form.less
index a7b65265f2..1f9a02b263 100644
--- a/web_src/less/_form.less
+++ b/web_src/less/_form.less
@@ -232,6 +232,7 @@ textarea:focus,
.user.activate,
.user.forgot.password,
.user.reset.password,
+.user.link-account,
.user.signin,
.user.signup {
@input-padding: 200px;
diff --git a/web_src/less/_home.less b/web_src/less/_home.less
index 10d6ca3362..139df3022b 100644
--- a/web_src/less/_home.less
+++ b/web_src/less/_home.less
@@ -49,10 +49,6 @@
}
}
-.signup {
- padding-top: 15px;
-}
-
footer {
.ui.container .left,
.ui.container .right {