removed persistent_login module
This commit is contained in:
parent
ec6ab0dc7b
commit
ce1beb7278
|
@ -143,7 +143,6 @@ module:
|
||||||
pathologic: 0
|
pathologic: 0
|
||||||
pdf_api: 0
|
pdf_api: 0
|
||||||
permissions_filter: 0
|
permissions_filter: 0
|
||||||
persistent_login: 0
|
|
||||||
plugin: 0
|
plugin: 0
|
||||||
printable: 0
|
printable: 0
|
||||||
printable_pdf: 0
|
printable_pdf: 0
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
login_form:
|
|
||||||
field_label: 'Se souvenir de moi'
|
|
|
@ -1,7 +0,0 @@
|
||||||
lifetime: 30
|
|
||||||
max_tokens: 0
|
|
||||||
login_form:
|
|
||||||
field_label: 'Remember me'
|
|
||||||
cookie_prefix: PL
|
|
||||||
_core:
|
|
||||||
default_config_hash: ce6WctcNYnaEo3BmHQc_Fmukw7AkPJ137tH5GwPW93w
|
|
|
@ -1,17 +0,0 @@
|
||||||
uuid: ba4b3ab4-c822-45ad-9abf-ff2bebe8effb
|
|
||||||
langcode: en
|
|
||||||
status: true
|
|
||||||
dependencies:
|
|
||||||
module:
|
|
||||||
- persistent_login
|
|
||||||
title: 'Default cron handler'
|
|
||||||
id: persistent_login_cron
|
|
||||||
weight: 0
|
|
||||||
module: persistent_login
|
|
||||||
callback: persistent_login_cron
|
|
||||||
scheduler:
|
|
||||||
id: simple
|
|
||||||
launcher:
|
|
||||||
id: serial
|
|
||||||
logger:
|
|
||||||
id: database
|
|
|
@ -20,6 +20,7 @@ permissions:
|
||||||
- 'access site in maintenance mode'
|
- 'access site in maintenance mode'
|
||||||
- 'access synonyms entity autocomplete'
|
- 'access synonyms entity autocomplete'
|
||||||
- 'access toolbar'
|
- 'access toolbar'
|
||||||
|
- 'access user profiles'
|
||||||
- 'add flag lists'
|
- 'add flag lists'
|
||||||
- 'administer commerce_order'
|
- 'administer commerce_order'
|
||||||
- 'administer newsletters'
|
- 'administer newsletters'
|
||||||
|
|
|
@ -13,7 +13,6 @@ permissions:
|
||||||
- 'access content'
|
- 'access content'
|
||||||
- 'access kint'
|
- 'access kint'
|
||||||
- 'access synonyms entity autocomplete'
|
- 'access synonyms entity autocomplete'
|
||||||
- 'access user profiles'
|
|
||||||
- 'access webprofiler'
|
- 'access webprofiler'
|
||||||
- 'add composition entities'
|
- 'add composition entities'
|
||||||
- 'add fil entities'
|
- 'add fil entities'
|
||||||
|
|
Loading…
Reference in New Issue