ajax login fix #451
This commit is contained in:
Generated
+108
-1
@@ -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": "afac9754e49e7dbd6c3cfd14393471ff",
|
||||
"content-hash": "9092399791e0168d53586b646fb13c3b",
|
||||
"packages": [
|
||||
{
|
||||
"name": "alchemy/zippy",
|
||||
@@ -1385,6 +1385,7 @@
|
||||
],
|
||||
"description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
|
||||
"homepage": "https://github.com/container-interop/container-interop",
|
||||
"abandoned": "psr/container",
|
||||
"time": "2017-02-14T19:40:03+00:00"
|
||||
},
|
||||
{
|
||||
@@ -4598,6 +4599,53 @@
|
||||
"issues": "http://drupal.org/project/linkit"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/login_emailusername",
|
||||
"version": "1.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/login_emailusername.git",
|
||||
"reference": "8.x-1.1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/login_emailusername-8.x-1.1.zip",
|
||||
"reference": "8.x-1.1",
|
||||
"shasum": "f484b76b538f4dbbae5a75b49577f4ddf576809e"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "~8.0"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-1.x": "1.x-dev"
|
||||
},
|
||||
"drupal": {
|
||||
"version": "8.x-1.1",
|
||||
"datestamp": "1483456142",
|
||||
"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": "rjjakes",
|
||||
"homepage": "https://www.drupal.org/user/3457245"
|
||||
}
|
||||
],
|
||||
"description": "Allow users to log in with either their username OR email address using the same input box on the login form.",
|
||||
"homepage": "https://www.drupal.org/project/login_emailusername",
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/login_emailusername"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/maillog",
|
||||
"version": "dev-1.x",
|
||||
@@ -5313,6 +5361,65 @@
|
||||
"source": "https://git.drupalcode.org/project/redis"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/restui",
|
||||
"version": "1.17.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/restui.git",
|
||||
"reference": "8.x-1.17"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/restui-8.x-1.17.zip",
|
||||
"reference": "8.x-1.17",
|
||||
"shasum": "2fff1b74759d5e490884d002330ad04d1bf241ba"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8.2.0"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-1.x": "1.x-dev"
|
||||
},
|
||||
"drupal": {
|
||||
"version": "8.x-1.17",
|
||||
"datestamp": "1557845581",
|
||||
"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": "-enzo-",
|
||||
"homepage": "https://www.drupal.org/user/294937"
|
||||
},
|
||||
{
|
||||
"name": "clemens.tolboom",
|
||||
"homepage": "https://www.drupal.org/user/125814"
|
||||
},
|
||||
{
|
||||
"name": "juampynr",
|
||||
"homepage": "https://www.drupal.org/user/682736"
|
||||
},
|
||||
{
|
||||
"name": "klausi",
|
||||
"homepage": "https://www.drupal.org/user/262198"
|
||||
}
|
||||
],
|
||||
"description": "Provides a user interface to manage REST resources.",
|
||||
"homepage": "https://www.drupal.org/project/restui",
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/restui"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/search_api",
|
||||
"version": "1.15.0",
|
||||
|
||||
Reference in New Issue
Block a user