From d072ab85a0091931aa58c8a51daa67a5fc3bfe48 Mon Sep 17 00:00:00 2001 From: Konstantinos Samaras-Tsakiris <ksamtsak@gmail.com> Date: Wed, 23 Mar 2022 18:36:30 +0100 Subject: [PATCH] Add r4032login, cherry-pick 9f76ba11 --- composer.json | 1 + composer.lock | 86 ++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 86 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 139c54b3d..31e119fd7 100644 --- a/composer.json +++ b/composer.json @@ -189,6 +189,7 @@ "drupal/paragraphs": "~1.12.0", "drupal/pathauto": "~1.8.0", "drupal/permissions_by_term": "~3.1.16", + "drupal/r4032login": "~2.1.0", "drupal/recaptcha": "~3.0.0", "drupal/redirect": "~1.6.0", "drupal/redis": "~1.5.0", diff --git a/composer.lock b/composer.lock index 004263025..3cb0f1a56 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": "79b3a6a225da99c07d7defc0db6e14e0", + "content-hash": "b94bfb2c72a12a555a1f136b1239fc97", "packages": [ { "name": "asm89/stack-cors", @@ -7477,6 +7477,90 @@ "source": "https://git.drupalcode.org/project/permissions_by_term" } }, + { + "name": "drupal/r4032login", + "version": "2.1.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/r4032login.git", + "reference": "2.1.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/r4032login-2.1.0.zip", + "reference": "2.1.0", + "shasum": "2004f3ea4a4d4e0f08cdcd75f6f89c3f58d903fa" + }, + "require": { + "drupal/core": "^8.8 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "2.1.0", + "datestamp": "1615710471", + "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": "Bevan", + "homepage": "https://www.drupal.org/user/49989" + }, + { + "name": "Grayle", + "homepage": "https://www.drupal.org/user/3145497" + }, + { + "name": "Nixou", + "homepage": "https://www.drupal.org/user/2304734" + }, + { + "name": "RobLoach", + "homepage": "https://www.drupal.org/user/61114" + }, + { + "name": "Sk8erPeter", + "homepage": "https://www.drupal.org/user/1441344" + }, + { + "name": "bdone", + "homepage": "https://www.drupal.org/user/687670" + }, + { + "name": "deekayen", + "homepage": "https://www.drupal.org/user/972" + }, + { + "name": "lotyrin", + "homepage": "https://www.drupal.org/user/216580" + }, + { + "name": "ms2011", + "homepage": "https://www.drupal.org/user/108440" + }, + { + "name": "pwolanin", + "homepage": "https://www.drupal.org/user/49851" + }, + { + "name": "shrop", + "homepage": "https://www.drupal.org/user/14767" + } + ], + "description": "Redirect anonymous users from 403 Access Denied pages to the /user/login page.", + "homepage": "https://www.drupal.org/project/r4032login", + "support": { + "source": "https://git.drupalcode.org/project/r4032login" + } + }, { "name": "drupal/recaptcha", "version": "3.0.0", -- GitLab