User Exit Event

Permalink
I'm trying to have the system send an email when a user is removed from a group.

I've found the documentation for how to send an email on an event here -http://www.concrete5.org/documentation/how-tos/developers/send-user...

However, I'm not able to get the on_user_exit_group event to fire. I changed it to the on_user_update event and got it to trigger, but I need it to trigger on group exit.

Side note: I wasn't able to get the email to send on either event.

Side side note: I used the Event Tester add-on to test the event triggers.

FatTony1952
 
FatTony1952 replied on at Permalink Reply
FatTony1952
So I've gotten the system to send an email when a user's profile is updated, but I really need it to send one when the user is removed from a group.

I can't get the on_user_exit_group trigger to fire.