From 959cc9b6228d912224e8a80eebd733ccb493f930 Mon Sep 17 00:00:00 2001 From: bach Date: Mon, 30 Sep 2024 13:08:38 +0200 Subject: [PATCH] fixed login_emailusername flood issue --- composer.json | 4 +- composer.lock | 115 +++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 117 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 76db813b5..85de38aa8 100644 --- a/composer.json +++ b/composer.json @@ -45,6 +45,7 @@ "drupal/date_range_formatter": "^4.0", "drupal/devel": "^5.1", "drupal/domain": "^2.0@beta", + "drupal/domain_menu_access": "^2.0", "drupal/domain_site_settings": "^1.6", "drupal/email_registration": "^1.1", "drupal/entity": "^1.4", @@ -130,7 +131,8 @@ }, "patches": { "drupal/login_emailusername": { - "rest login email or user name https://www.drupal.org/project/login_emailusername/issues/2910511#comment-12564801" : "https://www.drupal.org/files/issues/2018-04-10/allow-rest-login-with-email-2910511-9.patch" + "rest login email or user name https://www.drupal.org/project/login_emailusername/issues/2910511#comment-12564801" : "https://www.drupal.org/files/issues/2018-04-10/allow-rest-login-with-email-2910511-9.patch", + "Flood service is undefined https://www.drupal.org/project/login_emailusername/issues/3276966" : "https://www.drupal.org/files/issues/2024-09-30/login_emailusername_issues_3276966_%2312.patch" } }, "old-patches": { diff --git a/composer.lock b/composer.lock index 2e1b32a3c..b8dd27df2 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "8739e43f897a0a152c19196f8928c581", + "content-hash": "b47aa7beeecc3ed75ff6ef2bfcecd915", "packages": [ { "name": "asm89/stack-cors", @@ -3135,6 +3135,48 @@ "source": "https://git.drupalcode.org/project/domain" } }, + { + "name": "drupal/domain_access", + "version": "2.0.0-beta1", + "require": { + "drupal/core": "^9 || ^10", + "drupal/domain": "*" + }, + "type": "metapackage", + "extra": { + "drupal": { + "version": "2.0.0-beta1", + "datestamp": "1686067462", + "security-coverage": { + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "agentrickard", + "homepage": "https://www.drupal.org/user/20975" + }, + { + "name": "nonsie", + "homepage": "https://www.drupal.org/user/29899" + }, + { + "name": "webflo", + "homepage": "https://www.drupal.org/user/254778" + } + ], + "description": "Domain-based access control for content.", + "homepage": "https://www.drupal.org/project/domain", + "support": { + "source": "https://git.drupalcode.org/project/domain" + } + }, { "name": "drupal/domain_config", "version": "2.0.0-beta1", @@ -3177,6 +3219,77 @@ "source": "https://git.drupalcode.org/project/domain" } }, + { + "name": "drupal/domain_menu_access", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/domain_menu_access.git", + "reference": "2.0.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/domain_menu_access-2.0.0.zip", + "reference": "2.0.0", + "shasum": "b362fbadb1b45cd6c3eb6af8275ad94dc4257045" + }, + "require": { + "drupal/core": "^9 || ^10 || ^11", + "drupal/domain": "^1.0 || ^2.0", + "drupal/domain_access": "*" + }, + "require-dev": { + "drupal/menu_block": "^1.0", + "phpstan/phpstan-deprecation-rules": "^1.1", + "phpstan/phpstan-strict-rules": "^1.5" + }, + "suggest": { + "drupal/menu_block": "Provides configurable blocks of menu links and is needed to allow to install the submodule domain_menu_access_menu_block" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "2.0.0", + "datestamp": "1713375017", + "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": "maciej.zgadzaj", + "homepage": "https://www.drupal.org/u/maciejzgadzaj", + "role": "Maintainer" + }, + { + "name": "Oleksandr Dekhteruk (pifagor)", + "homepage": "https://www.drupal.org/u/pifagor", + "role": "Co-maintainer" + }, + { + "name": "Sebastien MALOT (Sebastien M.)", + "homepage": "https://www.drupal.org/u/sebastien-m", + "role": "Co-maintainer" + }, + { + "name": "Tim Diels (tim-diels)", + "homepage": "https://www.drupal.org/u/tim-diels", + "role": "Co-maintainer" + } + ], + "description": "Domain-based access control for menu link.", + "homepage": "https://www.drupal.org/project/domain_menu_access", + "support": { + "source": "https://git.drupalcode.org/project/domain_menu_access", + "issues": "https://drupal.org/project/issues/domain_menu_access" + } + }, { "name": "drupal/domain_site_settings", "version": "1.6.0",