From e41be2b62a93fe2905261f5ea729744fe6a5c8e3 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 17 Jan 2025 19:34:08 +0100 Subject: Use Altcha to hinder bots spamming account creation. --- views/forgot_password.pug | 2 ++ 1 file changed, 2 insertions(+) (limited to 'views/forgot_password.pug') diff --git a/views/forgot_password.pug b/views/forgot_password.pug index 113610c..935cae1 100644 --- a/views/forgot_password.pug +++ b/views/forgot_password.pug @@ -4,6 +4,7 @@ html head include head title Forgot password + +altcha_script() body include header article @@ -19,5 +20,6 @@ html label Mail: br input(type="email" name="mail" required) + +altcha_widget() p button(type="submit") Forgot password -- cgit v1.2.3