forked from NCIOCPL/cgov-digital-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcgov-drupal-users.yml
51 lines (51 loc) · 1.26 KB
/
cgov-drupal-users.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
## This file is for local development only and is removed by the
## artifact builder. If you need this in other environments, then
## you need to use the -D cgov.drupal_users_file=XXX option to BLT.
admin:
username: 'admin'
password: 'password123'
enabled: true
additional_users:
- username: 'author'
password: 'password123'
saml: false
preferred_admin_langcode: 'no-preference'
roles:
- 'content_author'
- 'image_manager'
- 'admin_ui'
- username: 'editor'
password: 'password123'
saml: false
preferred_admin_langcode: 'no-preference'
roles:
- 'content_author'
- 'content_editor'
- 'image_manager'
- 'admin_ui'
- username: 'adveditor'
password: 'password123'
saml: false
roles:
- 'content_author'
- 'content_editor'
- 'advanced_editor'
- 'image_manager'
- 'admin_ui'
- username: 'siteadmin'
password: 'password123'
saml: false
preferred_admin_langcode: 'no-preference'
roles:
- 'content_author'
- 'content_editor'
- 'advanced_editor'
- 'site_admin'
- 'image_manager'
- 'admin_ui'
- 'blog_manager'
- username: 'preview'
password: 'password123'
saml: false
roles:
- 'content_previewer'