diff --git a/customizations/custom/templates/user/auth/signup_inner.tmpl b/customizations/custom/templates/user/auth/signup_inner.tmpl new file mode 100644 index 0000000..b36f043 --- /dev/null +++ b/customizations/custom/templates/user/auth/signup_inner.tmpl @@ -0,0 +1,79 @@ +
+
+
+
+ {{.CsrfTokenHtml}} +

+ {{if .LinkAccountMode}} + {{.i18n.Tr "auth.oauth_signup_title"}} + {{else}} + {{.i18n.Tr "sign_up"}} + {{end}} +

+
+ {{if or (not .LinkAccountMode) (and .LinkAccountMode .LinkAccountModeRegister)}} + {{template "base/alert" .}} + {{end}} + {{if .DisableRegistration}} +

{{.i18n.Tr "auth.disable_register_prompt"}}

+ {{else}} +
+ + +
+
+ + +
+
+ + +
+
+ + +
+ {{if and .EnableCaptcha (eq .CaptchaType "image")}} +
+ + {{.Captcha.CreateHtml}} +
+
+ + +
+ {{end}} + {{if and .EnableCaptcha (eq .CaptchaType "recaptcha")}} +
+
+
+ {{end}} + +
+ + +
+ +
+ + By registering to this service you agree to LavaTech Services Agreement. +
+ + {{if not .LinkAccountMode}} + + {{end}} + {{end}} +
+
+
+
+