better registration form and accompt creation

This commit is contained in:
2018-04-25 15:38:49 +02:00
parent 956d8fb1ec
commit 50f0d72e62
40 changed files with 2853 additions and 5 deletions
@@ -0,0 +1,16 @@
{
"name": "drupal/honeypot",
"description": "Mitigates spam form submissions using the honeypot method.",
"type": "drupal-module",
"license": "GPL-2.0+",
"keywords": ["spam", "php", "form", "honeypot", "honeytrap", "deterrent"],
"homepage": "https://www.drupal.org/project/honeypot",
"minimum-stability": "dev",
"authors": [
{
"name": "Jeff Geerling",
"email": "geerlingguy@mac.com"
}
],
"require": { }
}