added login failed message (remains register message); installed flood_control contrib module

This commit is contained in:
2021-01-27 22:49:52 +01:00
parent 584c4cc5d2
commit e65dfeb5b5
15 changed files with 235 additions and 30 deletions

54
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "4bfbf0626a4aa7d6c658e5482a8259ac",
"content-hash": "350fc178a837b5226811e5f48aeff358",
"packages": [
{
"name": "alchemy/zippy",
@@ -7488,6 +7488,58 @@
"issues": "https://www.drupal.org/project/issues/flag_lists"
}
},
{
"name": "drupal/flood_control",
"version": "2.1.1",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/flood_control.git",
"reference": "2.1.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/flood_control-2.1.1.zip",
"reference": "2.1.1",
"shasum": "b8384e1673b92b0bdd8630624528c32fb7ef5f54"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "2.1.1",
"datestamp": "1609933716",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Dave Reid",
"homepage": "https://www.drupal.org/user/53892"
},
{
"name": "batigolix",
"homepage": "https://www.drupal.org/user/22175"
},
{
"name": "fabianderijk",
"homepage": "https://www.drupal.org/user/278745"
}
],
"description": "Allows configuring hidden flood control options and unblocking IP addresses and user ID's that are blocked after multiple failed login attempts.",
"homepage": "https://www.drupal.org/project/flood_control",
"support": {
"source": "https://git.drupalcode.org/project/flood_control"
}
},
{
"name": "drupal/genpass",
"version": "dev-1.x",