Skip to content

Commit 562b0cd

Browse files
authored
Assign Organizers role (#257)
* test-config.toml: Assign Organizers role * prod-config.toml: Assign Organizers role
1 parent 0dfd54b commit 562b0cd

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

prod-config.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ pretix_cache_file = "pretix_cache.json"
2929
"On-site Volunteer" = ["Participants", "Onsite Participants", "Volunteers", "Onsite Volunteers"]
3030

3131
[registration.variation_to_roles]
32-
"Volunteer" = ["Volunteers", "Onsite Volunteers"]
32+
# organizers
33+
"Volunteer" = ["Organizers", "Volunteers", "Onsite Volunteers"]
3334

3435
[program_notifications]
3536
# UTC offset in hours (e.g. 2 for CEST)

test-config.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ pretix_cache_file = "pretix_cache.json"
2929
"On-site Volunteer" = ["Participants", "Onsite Participants", "Volunteers", "Onsite Volunteers"]
3030

3131
[registration.variation_to_roles]
32-
"Volunteer" = ["Volunteers", "Onsite Volunteers"]
32+
# organizers
33+
"Volunteer" = ["Organizers", "Volunteers", "Onsite Volunteers"]
3334

3435
[program_notifications]
3536
# UTC offset in hours (e.g. 2 for CEST)

0 commit comments

Comments
 (0)