allow others to send fee reminder thus reducing my bus factor

This commit is contained in:
2025-04-17 20:38:41 +02:00
parent 819c4bb31b
commit cf90ab6e1a
6 changed files with 87 additions and 22 deletions

View File

@ -1182,6 +1182,7 @@ special_user!(VorstandUser, +"admin", +"Vorstand");
special_user!(EventUser, +"manage_events");
special_user!(AllowedToEditPaymentStatusUser, +"kassier", +"admin");
special_user!(ManageUserUser, +"admin", +"schriftfuehrer");
special_user!(AllowedToSendFeeReminderUser, +"admin", +"schriftfuehrer", +"kassier");
special_user!(AllowedToUpdateTripToAlwaysBeShownUser, +"admin");
#[derive(FromRow, Serialize, Deserialize, Clone, Debug)]