From 73135d57769b642a339bd12283baab621f37755e Mon Sep 17 00:00:00 2001 From: "Arda \"Ave\" Ozkal" Date: Mon, 12 Nov 2018 20:51:42 +0300 Subject: [PATCH] Add LSA notif to signup --- .../templates/user/auth/signup_inner.tmpl | 79 +++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 customizations/custom/templates/user/auth/signup_inner.tmpl 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}} +
+
+
+
+