Is there any way to add users to a group from the back end?
Permalink
Is there any way to add users to a group from the back end?
I am setting up an IPN handler on my subscription site and I need to add a function that automatically adds users to a "subscribers" group after their payment is 'verified'.
any help??
I am setting up an IPN handler on my subscription site and I need to add a function that automatically adds users to a "subscribers" group after their payment is 'verified'.
any help??
http://www.concrete5.org/documentation/developers/system/events...
http://www.concrete5.org/documentation/developers/permissions/users...
http://www.concrete5.org/documentation/developers/permissions/group...
something like
in the file that changes status to verified
in a package controller
in the model thats referenced in the event extend method
just a quick sketching out of the code involved.