Mercurial > hg > isophonics-drupal-site
annotate core/modules/user/migrations/d6_user.yml @ 19:fa3358dc1485 tip
Add ndrum files
author | Chris Cannam |
---|---|
date | Wed, 28 Aug 2019 13:14:47 +0100 |
parents | 1fec387a4317 |
children |
rev | line source |
---|---|
Chris@14 | 1 id: d6_user |
Chris@14 | 2 label: User accounts |
Chris@14 | 3 audit: true |
Chris@14 | 4 migration_tags: |
Chris@14 | 5 - Drupal 6 |
Chris@14 | 6 - Content |
Chris@14 | 7 source: |
Chris@14 | 8 plugin: d6_user |
Chris@14 | 9 process: |
Chris@14 | 10 # If you are using this file to build a custom migration consider removing |
Chris@14 | 11 # the uid field to allow incremental migrations. |
Chris@14 | 12 uid: uid |
Chris@14 | 13 name: name |
Chris@14 | 14 pass: pass |
Chris@14 | 15 mail: mail |
Chris@14 | 16 created: created |
Chris@14 | 17 access: access |
Chris@14 | 18 login: login |
Chris@14 | 19 status: status |
Chris@14 | 20 timezone: |
Chris@14 | 21 plugin: user_update_7002 |
Chris@14 | 22 source: timezone |
Chris@14 | 23 langcode: |
Chris@14 | 24 plugin: user_langcode |
Chris@14 | 25 source: language |
Chris@14 | 26 fallback_to_site_default: false |
Chris@14 | 27 preferred_langcode: |
Chris@14 | 28 plugin: user_langcode |
Chris@14 | 29 source: language |
Chris@14 | 30 fallback_to_site_default: true |
Chris@14 | 31 preferred_admin_langcode: |
Chris@14 | 32 plugin: user_langcode |
Chris@14 | 33 source: language |
Chris@14 | 34 fallback_to_site_default: true |
Chris@14 | 35 init: init |
Chris@14 | 36 roles: |
Chris@14 | 37 plugin: migration_lookup |
Chris@14 | 38 migration: d6_user_role |
Chris@14 | 39 source: roles |
Chris@14 | 40 user_picture: |
Chris@14 | 41 plugin: migration_lookup |
Chris@14 | 42 migration: d6_user_picture_file |
Chris@14 | 43 source: uid |
Chris@14 | 44 no_stub: true |
Chris@14 | 45 destination: |
Chris@14 | 46 plugin: entity:user |
Chris@14 | 47 md5_passwords: true |
Chris@14 | 48 migration_dependencies: |
Chris@14 | 49 required: |
Chris@14 | 50 - d6_user_role |
Chris@14 | 51 optional: |
Chris@14 | 52 - language |
Chris@14 | 53 - default_language |
Chris@14 | 54 - d6_user_picture_file |
Chris@14 | 55 - user_picture_entity_display |
Chris@14 | 56 - user_picture_entity_form_display |