added login failed message (remains register message); installed flood_control contrib module

This commit is contained in:
2021-01-27 22:49:52 +01:00
parent 584c4cc5d2
commit e65dfeb5b5
15 changed files with 235 additions and 30 deletions

View File

@@ -83,6 +83,7 @@ module:
filter_perms: 0
flag: 0
flag_lists: 0
flood_control: 0
genpass: 0
graphql: 0
help: 0

View File

@@ -23,6 +23,7 @@ negotiation:
language-url-fallback: 1
language_interface:
enabled:
language-graphql-operation: -999
language-url: -20
language-browser: -18
language-selected: -17

View File

@@ -47,6 +47,9 @@ third_party_settings:
index_prefix: ''
collection: ''
timezone: ''
term_modifiers:
slop: 10000000
fuzzy: 2
id: autocomplete
name: 'autocomplete taxonomy'
description: ''

View File

@@ -43,6 +43,9 @@ third_party_settings:
fragsize: 0
advanced:
index_prefix: ''
term_modifiers:
slop: 10000000
fuzzy: 2
id: database
name: database
description: ''

View File

@@ -49,6 +49,7 @@ backend_config:
http_method: AUTO
jmx: false
solr_install_dir: ../../..
skip_schema_check: false
disabled_field_types: { }
disabled_caches: { }
disabled_request_handlers:
@@ -60,10 +61,10 @@ backend_config:
rows: 10
retrieve_data: true
highlight_data: false
skip_schema_check: false
server_prefix: ''
domain: generic
environment: default
optimize: false
site_hash: true
index_single_documents_fallback_count: 10
fallback_multiple: true

View File

@@ -49,6 +49,7 @@ backend_config:
http_method: AUTO
jmx: false
solr_install_dir: ../../..
skip_schema_check: false
disabled_field_types: { }
disabled_caches: { }
disabled_request_handlers:
@@ -60,10 +61,10 @@ backend_config:
rows: 10
retrieve_data: true
highlight_data: false
skip_schema_check: false
server_prefix: ''
domain: generic
environment: default
optimize: false
site_hash: true
index_single_documents_fallback_count: 10
fallback_multiple: true