From c08446313284a02a9239b0c7f5adc6553f8e95ac Mon Sep 17 00:00:00 2001
From: Francisco Borges Aurindo Barros
 <francisco.borges.aurindo.barros@cern.ch>
Date: Wed, 23 Mar 2022 18:22:11 +0100
Subject: [PATCH] Merge branch 'new-module-r4032login' into 'master'

Added new module, r4032login

Closes webservices/webframeworks-planning#438

See merge request drupal/paas/cern-drupal-distribution!100
---
 composer.json |  5 +--
 composer.lock | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 87 insertions(+), 2 deletions(-)

diff --git a/composer.json b/composer.json
index 7f5c87540..69f7b68c9 100644
--- a/composer.json
+++ b/composer.json
@@ -101,8 +101,8 @@
     "ckeditor/ckeditor": "~4.17.0",
     "composer/installers": "~2.0.0",
     "cweagans/composer-patches": "~1.7.0",
-    "drupal/admin_toolbar": "~3.1.0",
     "dompdf/dompdf": "^1.0",
+    "drupal/admin_toolbar": "~3.1.0",
     "drupal/adminimal_theme": "~1.6.0",
     "drupal/allowed_formats": "~1.4.0",
     "drupal/bootstrap": "~3.23.0",
@@ -143,8 +143,8 @@
     "drupal/ctools": "~3.7.0",
     "drupal/devel": "~4.1.1",
     "drupal/ds": "~3.13.0",
-    "drupal/entity_browser": "~2.6.0",
     "drupal/easy_breadcrumb": "~1.15.0",
+    "drupal/entity_browser": "~2.6.0",
     "drupal/entity_print": "~2.4.0",
     "drupal/entity_reference_revisions": "~1.9.0",
     "drupal/externalauth": "~2.0.0",
@@ -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.7.0",
     "drupal/redis": "~1.5.0",
diff --git a/composer.lock b/composer.lock
index a775d0ee2..ff80eece3 100644
--- a/composer.lock
+++ b/composer.lock
@@ -7467,6 +7467,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