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/login.pug | 2 ++ 1 file changed, 2 insertions(+) (limited to 'views/login.pug') diff --git a/views/login.pug b/views/login.pug index a470b59..c6e5c21 100644 --- a/views/login.pug +++ b/views/login.pug @@ -4,6 +4,7 @@ html head include head title Login + +altcha_script() body include header article @@ -28,6 +29,7 @@ html label Password: br input(type="password" name="password" required) + +altcha_widget() p button(type="submit") Login p -- cgit v1.2.3