From e68b9d00a6e05b3a941f63ffb696f91e554ac5ec Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 18 Oct 2024 20:33:49 +0200 Subject: Adding upstream version 9.0.3. Signed-off-by: Daniel Baumann --- templates/user/auth/captcha.tmpl | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 templates/user/auth/captcha.tmpl (limited to 'templates/user/auth/captcha.tmpl') diff --git a/templates/user/auth/captcha.tmpl b/templates/user/auth/captcha.tmpl new file mode 100644 index 0000000..03e3607 --- /dev/null +++ b/templates/user/auth/captcha.tmpl @@ -0,0 +1,30 @@ +{{if .EnableCaptcha}}{{if eq .CaptchaType "image"}} +
+ + +
+
+ + +
+{{else if eq .CaptchaType "recaptcha"}} +
+
+
+ +{{else if eq .CaptchaType "hcaptcha"}} +
+
+
+ +{{else if eq .CaptchaType "mcaptcha"}} +
+
+
+
+{{else if eq .CaptchaType "cfturnstile"}} +
+
+
+ +{{end}}{{end}} -- cgit v1.2.3