From 174845754f4c77bff49d3d6c0710dfcfa65750b1 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 12 Mar 2025 16:48:32 +0000 Subject: [PATCH] auth: Add a honeypot to stop all those spam registrations Signed-off-by: Michael Tremer --- src/templates/auth/join.html | 10 ++++++++++ src/web/auth.py | 5 +++++ 2 files changed, 15 insertions(+) diff --git a/src/templates/auth/join.html b/src/templates/auth/join.html index 2ff60be8..08ac9257 100644 --- a/src/templates/auth/join.html +++ b/src/templates/auth/join.html @@ -98,6 +98,16 @@ + {# Honeypot Field #} +
+
+

+ +

+
+
+