role_delegation and administerusersbyrole
This commit is contained in:
parent
6b780a7710
commit
e18c71ff7d
@ -16,6 +16,7 @@
|
|||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"composer/installers": "^1.9",
|
"composer/installers": "^1.9",
|
||||||
|
"drupal/administerusersbyrole": "3.x-dev@dev",
|
||||||
"drupal/config_ignore": "^2.3",
|
"drupal/config_ignore": "^2.3",
|
||||||
"drupal/core-composer-scaffold": "^9.1",
|
"drupal/core-composer-scaffold": "^9.1",
|
||||||
"drupal/core-project-message": "^9.1",
|
"drupal/core-project-message": "^9.1",
|
||||||
@ -28,6 +29,7 @@
|
|||||||
"drupal/panelizer": "^4.4",
|
"drupal/panelizer": "^4.4",
|
||||||
"drupal/panels": "^4.6",
|
"drupal/panels": "^4.6",
|
||||||
"drupal/paragraphs": "1.x-dev@dev",
|
"drupal/paragraphs": "1.x-dev@dev",
|
||||||
|
"drupal/role_delegation": "^1.1",
|
||||||
"drupal/smart_date": "^3.1",
|
"drupal/smart_date": "^3.1",
|
||||||
"wikimedia/composer-merge-plugin": "^2.0"
|
"wikimedia/composer-merge-plugin": "^2.0"
|
||||||
},
|
},
|
||||||
|
102
composer.lock
generated
102
composer.lock
generated
@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "5028f5d63f5e323dd925a128308ff54a",
|
"content-hash": "bd93f9735e0c7f21949b564228b80afd",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "alchemy/zippy",
|
"name": "alchemy/zippy",
|
||||||
@ -2350,6 +2350,55 @@
|
|||||||
"issues": "https://www.drupal.org/project/issues/adminimal_theme"
|
"issues": "https://www.drupal.org/project/issues/adminimal_theme"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "drupal/administerusersbyrole",
|
||||||
|
"version": "dev-3.x",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.drupalcode.org/project/administerusersbyrole.git",
|
||||||
|
"reference": "1f416a9fb86f77a2508aa51fe97fa2c3228e02da"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"drupal/core": "^8 || ^9"
|
||||||
|
},
|
||||||
|
"type": "drupal-module",
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-3.x": "3.x-dev"
|
||||||
|
},
|
||||||
|
"drupal": {
|
||||||
|
"version": "8.x-3.0+1-dev",
|
||||||
|
"datestamp": "1612104401",
|
||||||
|
"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": "AdamPS",
|
||||||
|
"homepage": "https://www.drupal.org/user/2650563"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "mrfelton",
|
||||||
|
"homepage": "https://www.drupal.org/user/305669"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "smokris",
|
||||||
|
"homepage": "https://www.drupal.org/user/161913"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Allows site builders to set up fine-grained permissions for allowing \"sub-admin\" users to edit and delete other users.",
|
||||||
|
"homepage": "https://www.drupal.org/project/administerusersbyrole",
|
||||||
|
"support": {
|
||||||
|
"source": "https://git.drupalcode.org/project/administerusersbyrole"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/advanced_text_formatter",
|
"name": "drupal/advanced_text_formatter",
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
@ -7747,6 +7796,56 @@
|
|||||||
"source": "https://git.drupalcode.org/project/redis"
|
"source": "https://git.drupalcode.org/project/redis"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "drupal/role_delegation",
|
||||||
|
"version": "1.1.0",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.drupalcode.org/project/role_delegation.git",
|
||||||
|
"reference": "8.x-1.1"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://ftp.drupal.org/files/projects/role_delegation-8.x-1.1.zip",
|
||||||
|
"reference": "8.x-1.1",
|
||||||
|
"shasum": "a63b548056cc729beacfd385625fafb983e0f73e"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"drupal/core": "^8 || ^9"
|
||||||
|
},
|
||||||
|
"type": "drupal-module",
|
||||||
|
"extra": {
|
||||||
|
"drupal": {
|
||||||
|
"version": "8.x-1.1",
|
||||||
|
"datestamp": "1580498751",
|
||||||
|
"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": "Jeroen Tubex",
|
||||||
|
"homepage": "https://www.drupal.org/u/jeroent",
|
||||||
|
"role": "Maintainer"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "benjy",
|
||||||
|
"homepage": "https://www.drupal.org/user/1852732"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "Allows site administrators to grant some roles the authority to assign selected roles to users.",
|
||||||
|
"homepage": "http://drupal.org/project/role_delegation",
|
||||||
|
"support": {
|
||||||
|
"source": "https://git.drupalcode.org/project/role_delegation",
|
||||||
|
"issues": "http://drupal.org/project/role_delegation"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/search_api",
|
"name": "drupal/search_api",
|
||||||
"version": "1.19.0",
|
"version": "1.19.0",
|
||||||
@ -13855,6 +13954,7 @@
|
|||||||
"aliases": [],
|
"aliases": [],
|
||||||
"minimum-stability": "stable",
|
"minimum-stability": "stable",
|
||||||
"stability-flags": {
|
"stability-flags": {
|
||||||
|
"drupal/administerusersbyrole": 20,
|
||||||
"drupal/migrate_devel": 20,
|
"drupal/migrate_devel": 20,
|
||||||
"drupal/migrate_tools": 20,
|
"drupal/migrate_tools": 20,
|
||||||
"drupal/page_manager": 20,
|
"drupal/page_manager": 20,
|
||||||
|
7
config/sync/administerusersbyrole.settings.yml
Normal file
7
config/sync/administerusersbyrole.settings.yml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
roles:
|
||||||
|
admin: perm
|
||||||
|
user: unsafe
|
||||||
|
editeur: perm
|
||||||
|
_core:
|
||||||
|
default_config_hash: UiTY9bhUKWJOIWDlOKM3akeeyHuJJRspXETsv3SY6jw
|
||||||
|
langcode: fr
|
@ -2,6 +2,7 @@ module:
|
|||||||
actions_permissions: 0
|
actions_permissions: 0
|
||||||
admin_toolbar: 0
|
admin_toolbar: 0
|
||||||
admin_toolbar_links_access_filter: 0
|
admin_toolbar_links_access_filter: 0
|
||||||
|
administerusersbyrole: 0
|
||||||
advanced_text_formatter: 0
|
advanced_text_formatter: 0
|
||||||
audiofield: 0
|
audiofield: 0
|
||||||
autocomplete_deluxe: 0
|
autocomplete_deluxe: 0
|
||||||
@ -101,6 +102,7 @@ module:
|
|||||||
redirect: 0
|
redirect: 0
|
||||||
redis: 0
|
redis: 0
|
||||||
responsive_image: 0
|
responsive_image: 0
|
||||||
|
role_delegation: 0
|
||||||
search_api: 0
|
search_api: 0
|
||||||
search_api_db: 0
|
search_api_db: 0
|
||||||
smart_date: 0
|
smart_date: 0
|
||||||
|
@ -22,10 +22,10 @@ default_config:
|
|||||||
page_current: '@number'
|
page_current: '@number'
|
||||||
page_previous: '@number'
|
page_previous: '@number'
|
||||||
page_next: '@number'
|
page_next: '@number'
|
||||||
first: '« Premier'
|
first: '« First'
|
||||||
previous: '‹ Previous'
|
previous: '‹ Previous'
|
||||||
next: 'Next ›'
|
next: 'Next ›'
|
||||||
last: 'Dernier »'
|
last: 'Last »'
|
||||||
pageset_empty: 'No pages to display.'
|
pageset_empty: 'No pages to display.'
|
||||||
page_current_title: 'Page courante'
|
page_current_title: 'Page courante'
|
||||||
page_title: 'Aller à la page @number'
|
page_title: 'Aller à la page @number'
|
||||||
@ -45,10 +45,10 @@ default_config:
|
|||||||
page_current: '@item'
|
page_current: '@item'
|
||||||
page_previous: '@item'
|
page_previous: '@item'
|
||||||
page_next: '@item'
|
page_next: '@item'
|
||||||
first: '« Premier'
|
first: '« First'
|
||||||
previous: '‹ Previous'
|
previous: '‹ Previous'
|
||||||
next: 'Next ›'
|
next: 'Next ›'
|
||||||
last: 'Dernier »'
|
last: 'Last »'
|
||||||
pageset_empty: 'No items to display.'
|
pageset_empty: 'No items to display.'
|
||||||
page_current_title: 'Current items'
|
page_current_title: 'Current items'
|
||||||
page_title: 'Go to item @item'
|
page_title: 'Go to item @item'
|
||||||
@ -68,10 +68,10 @@ default_config:
|
|||||||
page_current: '@item_low-@item_high'
|
page_current: '@item_low-@item_high'
|
||||||
page_previous: '@item_low-@item_high'
|
page_previous: '@item_low-@item_high'
|
||||||
page_next: '@item_low-@item_high'
|
page_next: '@item_low-@item_high'
|
||||||
first: '« Premier'
|
first: '« First'
|
||||||
previous: '‹ Previous'
|
previous: '‹ Previous'
|
||||||
next: 'Next ›'
|
next: 'Next ›'
|
||||||
last: 'Dernier »'
|
last: 'Last »'
|
||||||
pageset_empty: 'No items to display.'
|
pageset_empty: 'No items to display.'
|
||||||
page_current_title: 'Current items'
|
page_current_title: 'Current items'
|
||||||
page_title: 'Go to items @item_low-@item_high'
|
page_title: 'Go to items @item_low-@item_high'
|
||||||
|
@ -19,15 +19,16 @@ permissions:
|
|||||||
- 'access taxonomy overview'
|
- 'access taxonomy overview'
|
||||||
- 'access toolbar'
|
- 'access toolbar'
|
||||||
- 'access user profiles'
|
- 'access user profiles'
|
||||||
|
- 'access users overview'
|
||||||
- 'administer content types'
|
- 'administer content types'
|
||||||
- 'administer node fields'
|
- 'administer node fields'
|
||||||
- 'administer nodes'
|
- 'administer nodes'
|
||||||
- 'administer permissions'
|
|
||||||
- 'administer productions menu items'
|
- 'administer productions menu items'
|
||||||
- 'administer taxonomy'
|
- 'administer taxonomy'
|
||||||
- 'administer users'
|
- 'assign editeur role'
|
||||||
- 'break content lock'
|
- 'break content lock'
|
||||||
- 'bypass node access'
|
- 'bypass node access'
|
||||||
|
- 'cancel users with role editeur'
|
||||||
- 'change own username'
|
- 'change own username'
|
||||||
- 'create actualite content'
|
- 'create actualite content'
|
||||||
- 'create collection content'
|
- 'create collection content'
|
||||||
@ -54,6 +55,7 @@ permissions:
|
|||||||
- 'create terms in types_de_theme'
|
- 'create terms in types_de_theme'
|
||||||
- 'create terms in villes'
|
- 'create terms in villes'
|
||||||
- 'create theme content'
|
- 'create theme content'
|
||||||
|
- 'create users'
|
||||||
- 'delete actualite revisions'
|
- 'delete actualite revisions'
|
||||||
- 'delete all revisions'
|
- 'delete all revisions'
|
||||||
- 'delete any actualite content'
|
- 'delete any actualite content'
|
||||||
@ -123,6 +125,8 @@ permissions:
|
|||||||
- 'edit terms in types_de_document'
|
- 'edit terms in types_de_document'
|
||||||
- 'edit terms in types_de_theme'
|
- 'edit terms in types_de_theme'
|
||||||
- 'edit terms in villes'
|
- 'edit terms in villes'
|
||||||
|
- 'edit users by role'
|
||||||
|
- 'edit users with role editeur'
|
||||||
- 'execute entity:save_action menu_link_content'
|
- 'execute entity:save_action menu_link_content'
|
||||||
- 'execute entity:save_action node'
|
- 'execute entity:save_action node'
|
||||||
- 'execute entity:save_action taxonomy_term'
|
- 'execute entity:save_action taxonomy_term'
|
||||||
@ -153,6 +157,8 @@ permissions:
|
|||||||
- 'revert ressource revisions'
|
- 'revert ressource revisions'
|
||||||
- 'revert static revisions'
|
- 'revert static revisions'
|
||||||
- 'revert theme revisions'
|
- 'revert theme revisions'
|
||||||
|
- 'role-assign users by role'
|
||||||
|
- 'role-assign users with role editeur'
|
||||||
- 'schedule corpus_documents workflow_transition'
|
- 'schedule corpus_documents workflow_transition'
|
||||||
- 'schedule generique workflow_transition'
|
- 'schedule generique workflow_transition'
|
||||||
- 'translate enregistrement node'
|
- 'translate enregistrement node'
|
||||||
@ -180,3 +186,5 @@ permissions:
|
|||||||
- 'view static revisions'
|
- 'view static revisions'
|
||||||
- 'view the administration theme'
|
- 'view the administration theme'
|
||||||
- 'view theme revisions'
|
- 'view theme revisions'
|
||||||
|
- 'view users by role'
|
||||||
|
- 'view users with role editeur'
|
||||||
|
927
config/sync/views.view.administerusersbyrole_people.yml
Normal file
927
config/sync/views.view.administerusersbyrole_people.yml
Normal file
@ -0,0 +1,927 @@
|
|||||||
|
uuid: 8162c3c4-7c90-4090-9ad9-2fe19007d05f
|
||||||
|
langcode: fr
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
module:
|
||||||
|
- user
|
||||||
|
_core:
|
||||||
|
default_config_hash: 6Eyq6fYlyx3AQDC_EIpxhMmLHt_onhdbjRqL59jz2XY
|
||||||
|
id: administerusersbyrole_people
|
||||||
|
label: 'People (administerusersbyrole)'
|
||||||
|
module: user
|
||||||
|
description: 'Find and manage people - for admin or sub-admin'
|
||||||
|
tag: default
|
||||||
|
base_table: users_field_data
|
||||||
|
base_field: uid
|
||||||
|
display:
|
||||||
|
default:
|
||||||
|
display_plugin: default
|
||||||
|
id: default
|
||||||
|
display_title: Master
|
||||||
|
position: 0
|
||||||
|
display_options:
|
||||||
|
access:
|
||||||
|
type: perm
|
||||||
|
options:
|
||||||
|
perm: 'access users overview'
|
||||||
|
cache:
|
||||||
|
type: tag
|
||||||
|
query:
|
||||||
|
type: views_query
|
||||||
|
options:
|
||||||
|
disable_sql_rewrite: false
|
||||||
|
distinct: false
|
||||||
|
replica: false
|
||||||
|
query_comment: ''
|
||||||
|
query_tags:
|
||||||
|
- administerusersbyrole_edit_access
|
||||||
|
exposed_form:
|
||||||
|
type: basic
|
||||||
|
options:
|
||||||
|
submit_button: Filter
|
||||||
|
reset_button: true
|
||||||
|
reset_button_label: Reset
|
||||||
|
exposed_sorts_label: 'Sort by'
|
||||||
|
expose_sort_order: true
|
||||||
|
sort_asc_label: Asc
|
||||||
|
sort_desc_label: Desc
|
||||||
|
pager:
|
||||||
|
type: full
|
||||||
|
options:
|
||||||
|
items_per_page: 50
|
||||||
|
offset: 0
|
||||||
|
id: 0
|
||||||
|
total_pages: 0
|
||||||
|
tags:
|
||||||
|
previous: '‹ Previous'
|
||||||
|
next: 'Next ›'
|
||||||
|
first: '« First'
|
||||||
|
last: 'Last »'
|
||||||
|
expose:
|
||||||
|
items_per_page: false
|
||||||
|
items_per_page_label: 'Items per page'
|
||||||
|
items_per_page_options: '5, 10, 25, 50'
|
||||||
|
items_per_page_options_all: false
|
||||||
|
items_per_page_options_all_label: '- All -'
|
||||||
|
offset: false
|
||||||
|
offset_label: Offset
|
||||||
|
quantity: 9
|
||||||
|
style:
|
||||||
|
type: table
|
||||||
|
options:
|
||||||
|
grouping: { }
|
||||||
|
row_class: ''
|
||||||
|
default_row_class: true
|
||||||
|
override: true
|
||||||
|
sticky: false
|
||||||
|
summary: ''
|
||||||
|
columns:
|
||||||
|
user_bulk_form: user_bulk_form
|
||||||
|
name: name
|
||||||
|
status: status
|
||||||
|
rid: rid
|
||||||
|
created: created
|
||||||
|
access: access
|
||||||
|
edit_node: edit_node
|
||||||
|
dropbutton: dropbutton
|
||||||
|
info:
|
||||||
|
user_bulk_form:
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
name:
|
||||||
|
sortable: true
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
status:
|
||||||
|
sortable: true
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: priority-low
|
||||||
|
rid:
|
||||||
|
sortable: false
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: priority-low
|
||||||
|
created:
|
||||||
|
sortable: true
|
||||||
|
default_sort_order: desc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: priority-low
|
||||||
|
access:
|
||||||
|
sortable: true
|
||||||
|
default_sort_order: desc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: priority-low
|
||||||
|
edit_node:
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: priority-low
|
||||||
|
dropbutton:
|
||||||
|
sortable: false
|
||||||
|
default_sort_order: asc
|
||||||
|
align: ''
|
||||||
|
separator: ''
|
||||||
|
empty_column: false
|
||||||
|
responsive: ''
|
||||||
|
default: created
|
||||||
|
empty_table: true
|
||||||
|
row:
|
||||||
|
type: fields
|
||||||
|
fields:
|
||||||
|
user_bulk_form:
|
||||||
|
id: user_bulk_form
|
||||||
|
table: users
|
||||||
|
field: user_bulk_form
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
label: 'Bulk update'
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: true
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
plugin_id: user_bulk_form
|
||||||
|
entity_type: user
|
||||||
|
name:
|
||||||
|
id: name
|
||||||
|
table: users_field_data
|
||||||
|
field: name
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
label: Username
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: true
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
plugin_id: field
|
||||||
|
type: user_name
|
||||||
|
entity_type: user
|
||||||
|
entity_field: name
|
||||||
|
status:
|
||||||
|
id: status
|
||||||
|
table: users_field_data
|
||||||
|
field: status
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
label: Status
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: true
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
plugin_id: field
|
||||||
|
type: boolean
|
||||||
|
settings:
|
||||||
|
format: custom
|
||||||
|
format_custom_true: Active
|
||||||
|
format_custom_false: Blocked
|
||||||
|
entity_type: user
|
||||||
|
entity_field: status
|
||||||
|
roles_target_id:
|
||||||
|
id: roles_target_id
|
||||||
|
table: user__roles
|
||||||
|
field: roles_target_id
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
label: Roles
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: true
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
type: ul
|
||||||
|
separator: ', '
|
||||||
|
plugin_id: user_roles
|
||||||
|
created:
|
||||||
|
id: created
|
||||||
|
table: users_field_data
|
||||||
|
field: created
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
label: 'Member for'
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: true
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
type: timestamp_ago
|
||||||
|
settings:
|
||||||
|
future_format: '@interval'
|
||||||
|
past_format: '@interval'
|
||||||
|
granularity: 2
|
||||||
|
plugin_id: field
|
||||||
|
entity_type: user
|
||||||
|
entity_field: created
|
||||||
|
access:
|
||||||
|
id: access
|
||||||
|
table: users_field_data
|
||||||
|
field: access
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
label: 'Last access'
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: true
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
type: timestamp_ago
|
||||||
|
settings:
|
||||||
|
future_format: '@interval hence'
|
||||||
|
past_format: '@interval ago'
|
||||||
|
granularity: 2
|
||||||
|
plugin_id: field
|
||||||
|
entity_type: user
|
||||||
|
entity_field: access
|
||||||
|
operations:
|
||||||
|
id: operations
|
||||||
|
table: users
|
||||||
|
field: operations
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
label: Operations
|
||||||
|
exclude: false
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: true
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
destination: true
|
||||||
|
entity_type: user
|
||||||
|
plugin_id: entity_operations
|
||||||
|
mail:
|
||||||
|
id: mail
|
||||||
|
table: users_field_data
|
||||||
|
field: mail
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
label: ''
|
||||||
|
exclude: true
|
||||||
|
alter:
|
||||||
|
alter_text: false
|
||||||
|
text: ''
|
||||||
|
make_link: false
|
||||||
|
path: ''
|
||||||
|
absolute: false
|
||||||
|
external: false
|
||||||
|
replace_spaces: false
|
||||||
|
path_case: none
|
||||||
|
trim_whitespace: false
|
||||||
|
alt: ''
|
||||||
|
rel: ''
|
||||||
|
link_class: ''
|
||||||
|
prefix: ''
|
||||||
|
suffix: ''
|
||||||
|
target: ''
|
||||||
|
nl2br: false
|
||||||
|
max_length: 0
|
||||||
|
word_boundary: true
|
||||||
|
ellipsis: true
|
||||||
|
more_link: false
|
||||||
|
more_link_text: ''
|
||||||
|
more_link_path: ''
|
||||||
|
strip_tags: false
|
||||||
|
trim: false
|
||||||
|
preserve_tags: ''
|
||||||
|
html: false
|
||||||
|
element_type: ''
|
||||||
|
element_class: ''
|
||||||
|
element_label_type: ''
|
||||||
|
element_label_class: ''
|
||||||
|
element_label_colon: false
|
||||||
|
element_wrapper_type: ''
|
||||||
|
element_wrapper_class: ''
|
||||||
|
element_default_classes: true
|
||||||
|
empty: ''
|
||||||
|
hide_empty: false
|
||||||
|
empty_zero: false
|
||||||
|
hide_alter_empty: true
|
||||||
|
click_sort_column: value
|
||||||
|
type: basic_string
|
||||||
|
settings: { }
|
||||||
|
group_column: value
|
||||||
|
group_columns: { }
|
||||||
|
group_rows: true
|
||||||
|
delta_limit: 0
|
||||||
|
delta_offset: 0
|
||||||
|
delta_reversed: false
|
||||||
|
delta_first_last: false
|
||||||
|
multi_type: separator
|
||||||
|
separator: ', '
|
||||||
|
field_api_classes: false
|
||||||
|
plugin_id: field
|
||||||
|
entity_type: user
|
||||||
|
entity_field: mail
|
||||||
|
filters:
|
||||||
|
combine:
|
||||||
|
id: combine
|
||||||
|
table: views
|
||||||
|
field: combine
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
operator: contains
|
||||||
|
value: ''
|
||||||
|
group: 1
|
||||||
|
exposed: true
|
||||||
|
expose:
|
||||||
|
operator_id: combine_op
|
||||||
|
label: 'Name or email contains'
|
||||||
|
description: ''
|
||||||
|
use_operator: false
|
||||||
|
operator: combine_op
|
||||||
|
identifier: user
|
||||||
|
required: false
|
||||||
|
remember: false
|
||||||
|
multiple: false
|
||||||
|
remember_roles:
|
||||||
|
authenticated: authenticated
|
||||||
|
anonymous: '0'
|
||||||
|
administrator: '0'
|
||||||
|
operator_limit_selection: false
|
||||||
|
operator_list: { }
|
||||||
|
is_grouped: false
|
||||||
|
group_info:
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
identifier: ''
|
||||||
|
optional: true
|
||||||
|
widget: select
|
||||||
|
multiple: false
|
||||||
|
remember: false
|
||||||
|
default_group: All
|
||||||
|
default_group_multiple: { }
|
||||||
|
group_items: { }
|
||||||
|
fields:
|
||||||
|
name: name
|
||||||
|
mail: mail
|
||||||
|
plugin_id: combine
|
||||||
|
status:
|
||||||
|
id: status
|
||||||
|
table: users_field_data
|
||||||
|
field: status
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
operator: '='
|
||||||
|
value: '1'
|
||||||
|
group: 1
|
||||||
|
exposed: true
|
||||||
|
expose:
|
||||||
|
operator_id: ''
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
use_operator: false
|
||||||
|
operator: status_op
|
||||||
|
identifier: status
|
||||||
|
required: false
|
||||||
|
remember: false
|
||||||
|
multiple: false
|
||||||
|
remember_roles:
|
||||||
|
authenticated: authenticated
|
||||||
|
anonymous: '0'
|
||||||
|
administrator: '0'
|
||||||
|
operator_limit_selection: false
|
||||||
|
operator_list: { }
|
||||||
|
is_grouped: true
|
||||||
|
group_info:
|
||||||
|
label: Status
|
||||||
|
description: ''
|
||||||
|
identifier: status
|
||||||
|
optional: true
|
||||||
|
widget: select
|
||||||
|
multiple: false
|
||||||
|
remember: false
|
||||||
|
default_group: All
|
||||||
|
default_group_multiple: { }
|
||||||
|
group_items:
|
||||||
|
1:
|
||||||
|
title: Active
|
||||||
|
operator: '='
|
||||||
|
value: '1'
|
||||||
|
2:
|
||||||
|
title: Blocked
|
||||||
|
operator: '='
|
||||||
|
value: '0'
|
||||||
|
plugin_id: boolean
|
||||||
|
entity_type: user
|
||||||
|
entity_field: status
|
||||||
|
roles_target_id:
|
||||||
|
id: roles_target_id
|
||||||
|
table: user__roles
|
||||||
|
field: roles_target_id
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
operator: or
|
||||||
|
value: { }
|
||||||
|
group: 1
|
||||||
|
exposed: true
|
||||||
|
expose:
|
||||||
|
operator_id: roles_target_id_op
|
||||||
|
label: Role
|
||||||
|
description: ''
|
||||||
|
use_operator: false
|
||||||
|
operator: roles_target_id_op
|
||||||
|
identifier: role
|
||||||
|
required: false
|
||||||
|
remember: false
|
||||||
|
multiple: false
|
||||||
|
remember_roles:
|
||||||
|
authenticated: authenticated
|
||||||
|
anonymous: '0'
|
||||||
|
administrator: '0'
|
||||||
|
reduce: false
|
||||||
|
operator_limit_selection: false
|
||||||
|
operator_list: { }
|
||||||
|
is_grouped: false
|
||||||
|
group_info:
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
identifier: ''
|
||||||
|
optional: true
|
||||||
|
widget: select
|
||||||
|
multiple: false
|
||||||
|
remember: false
|
||||||
|
default_group: All
|
||||||
|
default_group_multiple: { }
|
||||||
|
group_items: { }
|
||||||
|
reduce_duplicates: false
|
||||||
|
plugin_id: user_roles
|
||||||
|
permission:
|
||||||
|
id: permission
|
||||||
|
table: user__roles
|
||||||
|
field: permission
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
operator: or
|
||||||
|
value: { }
|
||||||
|
group: 1
|
||||||
|
exposed: true
|
||||||
|
expose:
|
||||||
|
operator_id: permission_op
|
||||||
|
label: Permission
|
||||||
|
description: ''
|
||||||
|
use_operator: false
|
||||||
|
operator: permission_op
|
||||||
|
identifier: permission
|
||||||
|
required: false
|
||||||
|
remember: false
|
||||||
|
multiple: false
|
||||||
|
remember_roles:
|
||||||
|
authenticated: authenticated
|
||||||
|
anonymous: '0'
|
||||||
|
administrator: '0'
|
||||||
|
reduce: false
|
||||||
|
operator_limit_selection: false
|
||||||
|
operator_list: { }
|
||||||
|
is_grouped: false
|
||||||
|
group_info:
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
identifier: ''
|
||||||
|
optional: true
|
||||||
|
widget: select
|
||||||
|
multiple: false
|
||||||
|
remember: false
|
||||||
|
default_group: All
|
||||||
|
default_group_multiple: { }
|
||||||
|
group_items: { }
|
||||||
|
reduce_duplicates: false
|
||||||
|
plugin_id: user_permissions
|
||||||
|
default_langcode:
|
||||||
|
id: default_langcode
|
||||||
|
table: users_field_data
|
||||||
|
field: default_langcode
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
operator: '='
|
||||||
|
value: '1'
|
||||||
|
group: 1
|
||||||
|
exposed: false
|
||||||
|
expose:
|
||||||
|
operator_id: ''
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
use_operator: false
|
||||||
|
operator: ''
|
||||||
|
identifier: ''
|
||||||
|
required: false
|
||||||
|
remember: false
|
||||||
|
multiple: false
|
||||||
|
remember_roles:
|
||||||
|
authenticated: authenticated
|
||||||
|
operator_limit_selection: false
|
||||||
|
operator_list: { }
|
||||||
|
is_grouped: false
|
||||||
|
group_info:
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
identifier: ''
|
||||||
|
optional: true
|
||||||
|
widget: select
|
||||||
|
multiple: false
|
||||||
|
remember: false
|
||||||
|
default_group: All
|
||||||
|
default_group_multiple: { }
|
||||||
|
group_items: { }
|
||||||
|
entity_type: user
|
||||||
|
entity_field: default_langcode
|
||||||
|
plugin_id: boolean
|
||||||
|
uid_raw:
|
||||||
|
id: uid_raw
|
||||||
|
table: users_field_data
|
||||||
|
field: uid_raw
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
operator: '!='
|
||||||
|
value:
|
||||||
|
min: ''
|
||||||
|
max: ''
|
||||||
|
value: '0'
|
||||||
|
group: 1
|
||||||
|
exposed: false
|
||||||
|
expose:
|
||||||
|
operator_id: '0'
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
use_operator: false
|
||||||
|
operator: ''
|
||||||
|
identifier: ''
|
||||||
|
required: false
|
||||||
|
remember: false
|
||||||
|
multiple: false
|
||||||
|
remember_roles:
|
||||||
|
authenticated: authenticated
|
||||||
|
operator_limit_selection: false
|
||||||
|
operator_list: { }
|
||||||
|
is_grouped: false
|
||||||
|
group_info:
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
identifier: ''
|
||||||
|
optional: true
|
||||||
|
widget: select
|
||||||
|
multiple: false
|
||||||
|
remember: false
|
||||||
|
default_group: All
|
||||||
|
default_group_multiple: { }
|
||||||
|
group_items: { }
|
||||||
|
plugin_id: numeric
|
||||||
|
entity_type: user
|
||||||
|
sorts:
|
||||||
|
created:
|
||||||
|
id: created
|
||||||
|
table: users_field_data
|
||||||
|
field: created
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
order: DESC
|
||||||
|
exposed: false
|
||||||
|
expose:
|
||||||
|
label: ''
|
||||||
|
granularity: second
|
||||||
|
plugin_id: date
|
||||||
|
entity_type: user
|
||||||
|
entity_field: created
|
||||||
|
title: People
|
||||||
|
empty:
|
||||||
|
area_text_custom:
|
||||||
|
id: area_text_custom
|
||||||
|
table: views
|
||||||
|
field: area_text_custom
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
empty: true
|
||||||
|
tokenize: false
|
||||||
|
content: 'No people available.'
|
||||||
|
plugin_id: text_custom
|
||||||
|
use_more: false
|
||||||
|
use_more_always: false
|
||||||
|
use_more_text: more
|
||||||
|
display_comment: ''
|
||||||
|
use_ajax: false
|
||||||
|
hide_attachment_summary: false
|
||||||
|
show_admin_links: true
|
||||||
|
group_by: false
|
||||||
|
link_url: ''
|
||||||
|
link_display: page_1
|
||||||
|
css_class: ''
|
||||||
|
filter_groups:
|
||||||
|
operator: AND
|
||||||
|
groups:
|
||||||
|
1: AND
|
||||||
|
display_extenders: { }
|
||||||
|
cache_metadata:
|
||||||
|
contexts:
|
||||||
|
- 'languages:language_content'
|
||||||
|
- 'languages:language_interface'
|
||||||
|
- url
|
||||||
|
- url.query_args
|
||||||
|
- user.permissions
|
||||||
|
max-age: 0
|
||||||
|
tags: { }
|
||||||
|
page_1:
|
||||||
|
display_plugin: page
|
||||||
|
id: page_1
|
||||||
|
display_title: Page
|
||||||
|
position: 1
|
||||||
|
display_options:
|
||||||
|
path: admin/people/list
|
||||||
|
show_admin_links: false
|
||||||
|
menu:
|
||||||
|
type: 'default tab'
|
||||||
|
title: List
|
||||||
|
description: 'Find and manage people - for admin or sub-admin'
|
||||||
|
menu_name: admin
|
||||||
|
weight: -10
|
||||||
|
context: ''
|
||||||
|
tab_options:
|
||||||
|
type: normal
|
||||||
|
title: People
|
||||||
|
description: 'Manage user accounts, roles, and permissions.'
|
||||||
|
menu_name: admin
|
||||||
|
weight: 0
|
||||||
|
defaults:
|
||||||
|
show_admin_links: false
|
||||||
|
display_extenders: { }
|
||||||
|
cache_metadata:
|
||||||
|
contexts:
|
||||||
|
- 'languages:language_content'
|
||||||
|
- 'languages:language_interface'
|
||||||
|
- url
|
||||||
|
- url.query_args
|
||||||
|
- user.permissions
|
||||||
|
max-age: 0
|
||||||
|
tags: { }
|
@ -61,7 +61,7 @@ display:
|
|||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
submit_button: Filtrer
|
submit_button: Filter
|
||||||
reset_button: true
|
reset_button: true
|
||||||
reset_button_label: Reset
|
reset_button_label: Reset
|
||||||
exposed_sorts_label: 'Sort by'
|
exposed_sorts_label: 'Sort by'
|
||||||
@ -75,8 +75,8 @@ display:
|
|||||||
tags:
|
tags:
|
||||||
previous: '‹ Previous'
|
previous: '‹ Previous'
|
||||||
next: 'Next ›'
|
next: 'Next ›'
|
||||||
first: '« Premier'
|
first: '« First'
|
||||||
last: 'Dernier »'
|
last: 'Last »'
|
||||||
style:
|
style:
|
||||||
type: table
|
type: table
|
||||||
options:
|
options:
|
||||||
@ -310,7 +310,7 @@ display:
|
|||||||
id: status
|
id: status
|
||||||
table: node_field_data
|
table: node_field_data
|
||||||
field: status
|
field: status
|
||||||
label: État
|
label: Status
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
@ -450,7 +450,7 @@ display:
|
|||||||
exposed: true
|
exposed: true
|
||||||
expose:
|
expose:
|
||||||
operator_id: ''
|
operator_id: ''
|
||||||
label: État
|
label: Status
|
||||||
description: ''
|
description: ''
|
||||||
use_operator: false
|
use_operator: false
|
||||||
operator: status_op
|
operator: status_op
|
||||||
|
@ -56,8 +56,8 @@ display:
|
|||||||
tags:
|
tags:
|
||||||
previous: ‹‹
|
previous: ‹‹
|
||||||
next: ››
|
next: ››
|
||||||
first: '« Premier'
|
first: '« First'
|
||||||
last: 'Dernier »'
|
last: 'Last »'
|
||||||
expose:
|
expose:
|
||||||
items_per_page: false
|
items_per_page: false
|
||||||
items_per_page_label: 'Items per page'
|
items_per_page_label: 'Items per page'
|
||||||
|
@ -39,7 +39,7 @@ display:
|
|||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
submit_button: Filtrer
|
submit_button: Filter
|
||||||
reset_button: false
|
reset_button: false
|
||||||
reset_button_label: Reset
|
reset_button_label: Reset
|
||||||
exposed_sorts_label: 'Sort by'
|
exposed_sorts_label: 'Sort by'
|
||||||
@ -356,7 +356,7 @@ display:
|
|||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
label: État
|
label: Status
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
@ -672,7 +672,7 @@ display:
|
|||||||
exposed: true
|
exposed: true
|
||||||
expose:
|
expose:
|
||||||
operator_id: status_op
|
operator_id: status_op
|
||||||
label: État
|
label: Status
|
||||||
description: ''
|
description: ''
|
||||||
use_operator: false
|
use_operator: false
|
||||||
operator: status_op
|
operator: status_op
|
||||||
|
@ -186,8 +186,8 @@ display:
|
|||||||
tags:
|
tags:
|
||||||
previous: '‹ Previous'
|
previous: '‹ Previous'
|
||||||
next: 'Next ›'
|
next: 'Next ›'
|
||||||
first: '« Premier'
|
first: '« First'
|
||||||
last: 'Dernier »'
|
last: 'Last »'
|
||||||
quantity: 9
|
quantity: 9
|
||||||
query:
|
query:
|
||||||
type: views_query
|
type: views_query
|
||||||
|
@ -57,8 +57,8 @@ display:
|
|||||||
tags:
|
tags:
|
||||||
previous: ‹‹
|
previous: ‹‹
|
||||||
next: ››
|
next: ››
|
||||||
first: '« Premier'
|
first: '« First'
|
||||||
last: 'Dernier »'
|
last: 'Last »'
|
||||||
expose:
|
expose:
|
||||||
items_per_page: false
|
items_per_page: false
|
||||||
items_per_page_label: 'Items per page'
|
items_per_page_label: 'Items per page'
|
||||||
|
@ -40,7 +40,7 @@ display:
|
|||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
submit_button: Filtrer
|
submit_button: Filter
|
||||||
reset_button: false
|
reset_button: false
|
||||||
reset_button_label: Reset
|
reset_button_label: Reset
|
||||||
exposed_sorts_label: 'Sort by'
|
exposed_sorts_label: 'Sort by'
|
||||||
|
@ -7,7 +7,7 @@ dependencies:
|
|||||||
_core:
|
_core:
|
||||||
default_config_hash: J5EbGNdz0YUaSIYKwomyFSOtZjsV9TrBA3qdb3ZwBS0
|
default_config_hash: J5EbGNdz0YUaSIYKwomyFSOtZjsV9TrBA3qdb3ZwBS0
|
||||||
id: user_admin_people
|
id: user_admin_people
|
||||||
label: Personnes
|
label: People
|
||||||
module: user
|
module: user
|
||||||
description: 'Trouver et gérer les personnes interagissant avec votre site.'
|
description: 'Trouver et gérer les personnes interagissant avec votre site.'
|
||||||
tag: default
|
tag: default
|
||||||
@ -37,7 +37,7 @@ display:
|
|||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
submit_button: Filtrer
|
submit_button: Filter
|
||||||
reset_button: true
|
reset_button: true
|
||||||
reset_button_label: Reset
|
reset_button_label: Reset
|
||||||
exposed_sorts_label: 'Sort by'
|
exposed_sorts_label: 'Sort by'
|
||||||
@ -54,8 +54,8 @@ display:
|
|||||||
tags:
|
tags:
|
||||||
previous: '‹ Previous'
|
previous: '‹ Previous'
|
||||||
next: 'Next ›'
|
next: 'Next ›'
|
||||||
first: '« Premier'
|
first: '« First'
|
||||||
last: 'Dernier »'
|
last: 'Last »'
|
||||||
expose:
|
expose:
|
||||||
items_per_page: false
|
items_per_page: false
|
||||||
items_per_page_label: 'Items per page'
|
items_per_page_label: 'Items per page'
|
||||||
@ -148,7 +148,7 @@ display:
|
|||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
label: 'Mise à jour en masse'
|
label: 'Bulk update'
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
@ -198,7 +198,7 @@ display:
|
|||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
label: 'Nom d''utilisateur'
|
label: Username
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
@ -250,7 +250,7 @@ display:
|
|||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
label: État
|
label: Status
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
@ -295,8 +295,8 @@ display:
|
|||||||
type: boolean
|
type: boolean
|
||||||
settings:
|
settings:
|
||||||
format: custom
|
format: custom
|
||||||
format_custom_true: Actif
|
format_custom_true: Active
|
||||||
format_custom_false: Bloqué
|
format_custom_false: Blocked
|
||||||
entity_type: user
|
entity_type: user
|
||||||
entity_field: status
|
entity_field: status
|
||||||
roles_target_id:
|
roles_target_id:
|
||||||
@ -306,7 +306,7 @@ display:
|
|||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
label: Rôles
|
label: Roles
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
@ -357,7 +357,7 @@ display:
|
|||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
label: 'Membre depuis'
|
label: 'Member for'
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
@ -413,7 +413,7 @@ display:
|
|||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
label: 'Dernier accès'
|
label: 'Last access'
|
||||||
exclude: false
|
exclude: false
|
||||||
alter:
|
alter:
|
||||||
alter_text: false
|
alter_text: false
|
||||||
@ -591,7 +591,7 @@ display:
|
|||||||
exposed: true
|
exposed: true
|
||||||
expose:
|
expose:
|
||||||
operator_id: combine_op
|
operator_id: combine_op
|
||||||
label: 'Nom ou courriel contenant'
|
label: 'Name or email contains'
|
||||||
description: ''
|
description: ''
|
||||||
use_operator: false
|
use_operator: false
|
||||||
operator: combine_op
|
operator: combine_op
|
||||||
@ -650,7 +650,7 @@ display:
|
|||||||
operator_list: { }
|
operator_list: { }
|
||||||
is_grouped: true
|
is_grouped: true
|
||||||
group_info:
|
group_info:
|
||||||
label: État
|
label: Status
|
||||||
description: ''
|
description: ''
|
||||||
identifier: status
|
identifier: status
|
||||||
optional: true
|
optional: true
|
||||||
@ -661,11 +661,11 @@ display:
|
|||||||
default_group_multiple: { }
|
default_group_multiple: { }
|
||||||
group_items:
|
group_items:
|
||||||
1:
|
1:
|
||||||
title: Actif
|
title: Active
|
||||||
operator: '='
|
operator: '='
|
||||||
value: '1'
|
value: '1'
|
||||||
2:
|
2:
|
||||||
title: Bloqué
|
title: Blocked
|
||||||
operator: '='
|
operator: '='
|
||||||
value: '0'
|
value: '0'
|
||||||
plugin_id: boolean
|
plugin_id: boolean
|
||||||
@ -684,7 +684,7 @@ display:
|
|||||||
exposed: true
|
exposed: true
|
||||||
expose:
|
expose:
|
||||||
operator_id: roles_target_id_op
|
operator_id: roles_target_id_op
|
||||||
label: Rôle
|
label: Role
|
||||||
description: ''
|
description: ''
|
||||||
use_operator: false
|
use_operator: false
|
||||||
operator: roles_target_id_op
|
operator: roles_target_id_op
|
||||||
@ -726,7 +726,7 @@ display:
|
|||||||
exposed: true
|
exposed: true
|
||||||
expose:
|
expose:
|
||||||
operator_id: permission_op
|
operator_id: permission_op
|
||||||
label: Droit
|
label: Permission
|
||||||
description: ''
|
description: ''
|
||||||
use_operator: false
|
use_operator: false
|
||||||
operator: permission_op
|
operator: permission_op
|
||||||
@ -853,7 +853,7 @@ display:
|
|||||||
plugin_id: date
|
plugin_id: date
|
||||||
entity_type: user
|
entity_type: user
|
||||||
entity_field: created
|
entity_field: created
|
||||||
title: Personnes
|
title: People
|
||||||
empty:
|
empty:
|
||||||
area_text_custom:
|
area_text_custom:
|
||||||
id: area_text_custom
|
id: area_text_custom
|
||||||
@ -864,11 +864,11 @@ display:
|
|||||||
admin_label: ''
|
admin_label: ''
|
||||||
empty: true
|
empty: true
|
||||||
tokenize: false
|
tokenize: false
|
||||||
content: 'Personne n''est disponible.'
|
content: 'No people available.'
|
||||||
plugin_id: text_custom
|
plugin_id: text_custom
|
||||||
use_more: false
|
use_more: false
|
||||||
use_more_always: false
|
use_more_always: false
|
||||||
use_more_text: plus
|
use_more_text: more
|
||||||
display_comment: ''
|
display_comment: ''
|
||||||
use_ajax: false
|
use_ajax: false
|
||||||
hide_attachment_summary: false
|
hide_attachment_summary: false
|
||||||
@ -901,15 +901,15 @@ display:
|
|||||||
show_admin_links: false
|
show_admin_links: false
|
||||||
menu:
|
menu:
|
||||||
type: 'default tab'
|
type: 'default tab'
|
||||||
title: Lister
|
title: List
|
||||||
description: 'Trouver et gérer les personnes interagissant avec votre site.'
|
description: 'Trouver et gérer les personnes interagissant avec votre site.'
|
||||||
menu_name: admin
|
menu_name: admin
|
||||||
weight: -10
|
weight: -10
|
||||||
context: ''
|
context: ''
|
||||||
tab_options:
|
tab_options:
|
||||||
type: normal
|
type: normal
|
||||||
title: Personnes
|
title: People
|
||||||
description: 'Gérer les comptes utilisateurs, les rôles et les droits.'
|
description: 'Manage user accounts, roles, and permissions.'
|
||||||
menu_name: admin
|
menu_name: admin
|
||||||
weight: 0
|
weight: 0
|
||||||
defaults:
|
defaults:
|
||||||
|
@ -39,7 +39,7 @@ display:
|
|||||||
exposed_form:
|
exposed_form:
|
||||||
type: basic
|
type: basic
|
||||||
options:
|
options:
|
||||||
submit_button: Filtrer
|
submit_button: Filter
|
||||||
reset_button: true
|
reset_button: true
|
||||||
reset_button_label: Reset
|
reset_button_label: Reset
|
||||||
exposed_sorts_label: 'Sort by'
|
exposed_sorts_label: 'Sort by'
|
||||||
|
@ -127,7 +127,7 @@ display:
|
|||||||
exposed: false
|
exposed: false
|
||||||
expose:
|
expose:
|
||||||
operator_id: access_op
|
operator_id: access_op
|
||||||
label: 'Dernier accès'
|
label: 'Last access'
|
||||||
description: 'Durée pendant laquelle on considère qu''un utilisateur est en ligne après qu''il ait vu une page pour la dernière fois.'
|
description: 'Durée pendant laquelle on considère qu''un utilisateur est en ligne après qu''il ait vu une page pour la dernière fois.'
|
||||||
use_operator: false
|
use_operator: false
|
||||||
operator: access_op
|
operator: access_op
|
||||||
|
Loading…
x
Reference in New Issue
Block a user