33 lines
548 B
YAML
33 lines
548 B
YAML
|
id: agaric_user
|
||
|
migration_group: agaric
|
||
|
label: Agaric Users
|
||
|
source:
|
||
|
plugin: d7_user
|
||
|
destination:
|
||
|
plugin: entity:user
|
||
|
process:
|
||
|
name: name
|
||
|
pass: pass
|
||
|
mail: mail
|
||
|
created: created
|
||
|
access: access
|
||
|
login: login
|
||
|
status: status
|
||
|
timezone: timezone
|
||
|
init: init
|
||
|
roles:
|
||
|
-
|
||
|
plugin: static_map
|
||
|
source: roles
|
||
|
map:
|
||
|
1: anonymous
|
||
|
2: authenticated
|
||
|
3: staff
|
||
|
4: administrator
|
||
|
5: past
|
||
|
6: partner
|
||
|
-
|
||
|
plugin: role_generate
|
||
|
entity_type: user_role
|
||
|
value_key: id
|