Browse Source

commerce settings, added genpass contrib module

Bachir Soussi Chiadmi 5 years ago
parent
commit
e920c8199d

+ 1 - 3
composer.json

@@ -33,6 +33,7 @@
         "drupal/console": "^1.0.2",
         "drupal/core": "^8.6.0",
         "drupal/entity_clone": "^1.0",
+        "drupal/genpass": "1.x-dev",
         "drupal/login_history": "1.x-dev",
         "drupal/mailgun": "1.x-dev",
         "drupal/mailsystem": "^4.1",
@@ -111,9 +112,6 @@
             },
             "drupal/migrate_tools": {
               "The --limit option does not accept a value.": "https://www.drupal.org/files/issues/2019-02-05/migrate-tools_fix-drush-options_3024399-23.patch"
-            },
-            "drupal/simplenews": {
-              "simplenew migration compatibility https://www.drupal.org/project/simplenews/issues/2954077": "https://www.drupal.org/files/issues/2019-04-08/simplenews.migrate-2954077-44.patch"
             }
         },
         "drupal-scaffold": {

File diff suppressed because it is too large
+ 226 - 158
composer.lock


+ 1 - 1
config/sync/commerce_store.settings.yml

@@ -1,3 +1,3 @@
-default_store: f62391e2-4c98-4fd8-8f67-6c50d6ed10ef
+default_store: bb23cf22-6a06-4f8d-88fc-0998f15ff2d0
 _core:
   default_config_hash: B9ZFGR76POyzj9f3Sh66F346_Jp-wnnUc78Hk3Q-60o

+ 1 - 0
config/sync/core.extension.yml

@@ -67,6 +67,7 @@ module:
   file: 0
   filter: 0
   filter_perms: 0
+  genpass: 0
   help: 0
   honeypot: 0
   image: 0

+ 7 - 0
config/sync/genpass.settings.yml

@@ -0,0 +1,7 @@
+genpass_length: 12
+genpass_algorithm: user
+genpass_entropy: 'abcdefghjkmnpqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ23456789!#$%&*+-.?@^_'
+genpass_mode: 1
+genpass_display: 3
+_core:
+  default_config_hash: HNSTwPQM5lvXFeH4cVlcB2gZFJ5S--Nbmfj7651HK24

+ 1 - 1
config/sync/migrate_plus.migration_group.d7_materio.yml

@@ -1,5 +1,5 @@
 uuid: 75218419-b6ef-4f16-9ea9-bc7a04727826
-langcode: fr
+langcode: en
 status: true
 dependencies:
   enforced:

+ 1 - 0
config/sync/system.site.yml

@@ -12,3 +12,4 @@ default_langcode: en
 _core:
   default_config_hash: KpKfgMpPrABs7m0Uqd8VFuYXns2cRXsuYy0QL4SRE14
 uuid: 9171a304-01d9-44e1-a59c-d36d77ac6bb0
+mail_notification: ''

File diff suppressed because it is too large
+ 2 - 3
config/sync/user.mail.yml


Some files were not shown because too many files changed in this diff