added roles and created user migration, added uid to breve & materiau migration
This commit is contained in:
14
config/sync/system.action.user_add_role_action.student.yml
Normal file
14
config/sync/system.action.user_add_role_action.student.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
uuid: 957031fe-f1c1-40fd-8c6e-5c5e903dbddc
|
||||
langcode: en
|
||||
status: true
|
||||
dependencies:
|
||||
config:
|
||||
- user.role.student
|
||||
module:
|
||||
- user
|
||||
id: user_add_role_action.student
|
||||
label: 'Add the Student role to the selected user(s)'
|
||||
type: user
|
||||
plugin: user_add_role_action
|
||||
configuration:
|
||||
rid: student
|
Reference in New Issue
Block a user