-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuvdesk.support-center-bundle.1.2.x-dev.json
47 lines (47 loc) · 2.4 KB
/
uvdesk.support-center-bundle.1.2.x-dev.json
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
{
"manifests": {
"uvdesk/support-center-bundle": {
"manifest": {
"bundles": {
"Webkul\\UVDesk\\SupportCenterBundle\\UVDeskSupportCenterBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%"
}
},
"files": {
"config/packages/security.yaml": {
"contents": [
"security:",
" firewalls:",
" customer:",
" pattern: /",
" provider: user_provider",
" anonymous: ~",
" form_login:",
" use_referer: true",
" login_path: helpdesk_customer_login",
" check_path: helpdesk_customer_login",
" default_target_path: helpdesk_customer_ticket_collection",
" always_use_default_target_path: true",
" logout:",
" path: helpdesk_customer_logout",
" target: helpdesk_customer_login",
"",
" access_control:",
" - { path: /%uvdesk_site_path.knowledgebase_customer_prefix%/login, roles: [IS_AUTHENTICATED_ANONYMOUSLY] }",
" - { path: /%uvdesk_site_path.knowledgebase_customer_prefix%/create-ticket, roles: [IS_AUTHENTICATED_ANONYMOUSLY] }",
" - { path: /%uvdesk_site_path.knowledgebase_customer_prefix%/forgot-password, roles: [IS_AUTHENTICATED_ANONYMOUSLY] }",
" - { path: /%uvdesk_site_path.knowledgebase_customer_prefix%/update-credentials, roles: [IS_AUTHENTICATED_ANONYMOUSLY] }",
" - { path: /%uvdesk_site_path.knowledgebase_customer_prefix%/, roles: ROLE_CUSTOMER }",
""
],
"executable": false
}
},
"ref": "189017d22d4b13567103c2443595177a284159d7"
}
}
}