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.
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.
I can't get the on_user_exit_group trigger to fire.