Add spam honeypot field to register form

This commit is contained in:
rubenwardy
2025-09-23 18:59:05 +01:00
parent b88cc1366f
commit 4db70bf401
4 changed files with 10 additions and 1 deletions

View File

@@ -283,3 +283,7 @@ blockquote {
.form-group {
margin-bottom: 1rem !important;
}
input[name="first_name"] {
display: none;
}