enabled login_tracker, added login count in user admin views, config split system.menu.devel

This commit is contained in:
2021-09-06 12:32:17 +02:00
parent 5132c81582
commit 31790f5ab7
16 changed files with 422 additions and 44 deletions

46
composer.lock generated
View File

@@ -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": "88d60f186b3c4b4a92843d09438fad4d",
"content-hash": "b39b7f2234f15d815739981c1607eb3e",
"packages": [
{
"name": "alchemy/zippy",
@@ -9812,6 +9812,50 @@
"issues": "https://www.drupal.org/project/issues/login_history"
}
},
{
"name": "drupal/login_tracker",
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/login_tracker.git",
"reference": "8.x-1.4"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/login_tracker-8.x-1.4.zip",
"reference": "8.x-1.4",
"shasum": "5385c8ca110025d97b89cb4f2cb5909c3b3f4277"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.4",
"datestamp": "1588689215",
"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": "leewillis77",
"homepage": "https://www.drupal.org/user/1588990"
}
],
"description": "Track user logins",
"homepage": "https://www.drupal.org/project/login_tracker",
"support": {
"source": "https://git.drupalcode.org/project/login_tracker"
}
},
{
"name": "drupal/mailgun",
"version": "dev-1.x",