diff --git a/composer.json b/composer.json index 210a5f28..c4fdb111 100644 --- a/composer.json +++ b/composer.json @@ -33,6 +33,7 @@ "drupal/console": "^1.0.2", "drupal/core": "^8.6.0", "drupal/entity_clone": "^1.0", + "drupal/login_history": "1.x-dev", "drupal/mailgun": "1.x-dev", "drupal/mailsystem": "^4.1", "drupal/migrate_plus": "4.x-dev", diff --git a/composer.lock b/composer.lock index c7885090..4a0ed225 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": "d7b3425cae4f02aa0b7c3dc9843adbce", + "content-hash": "f41b70994c657d538e00aa51a45462b5", "packages": [ { "name": "alchemy/zippy", @@ -6672,6 +6672,56 @@ }, "time": "2019-03-24T17:15:43+00:00" }, + { + "name": "drupal/login_history", + "version": "dev-1.x", + "source": { + "type": "git", + "url": "https://git.drupal.org/project/login_history", + "reference": "6500ca00e28e6359671feba639f6c9170902cc83" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "branch-alias": { + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.x-dev", + "datestamp": "1447625649", + "security-coverage": { + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Cottser", + "homepage": "https://www.drupal.org/user/1167326" + }, + { + "name": "bocaj", + "homepage": "https://www.drupal.org/user/582042" + }, + { + "name": "greggles", + "homepage": "https://www.drupal.org/user/36762" + } + ], + "description": "A history of the site's user logins.", + "homepage": "https://www.drupal.org/project/login_history", + "support": { + "source": "http://cgit.drupalcode.org/login_history" + }, + "time": "2019-03-19T22:26:42+00:00" + }, { "name": "drupal/mailgun", "version": "dev-1.x", @@ -15563,6 +15613,7 @@ "drupal/commerce_recurring": 20, "drupal/commerce_variation_cart_form": 20, "drupal/computed_field": 10, + "drupal/login_history": 20, "drupal/mailgun": 20, "drupal/migrate_plus": 20, "drupal/migrate_tools": 20, diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index 643b40e0..9b8210f7 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -78,6 +78,7 @@ module: link_attributes: 0 linkit: 0 locale: 0 + login_history: 0 mailgun: 0 maillog: 0 mailsystem: 0