There is a working event for Succesfull tupas authentication, but it doesn't seem to trigger after first time registration.
It would be essential to also have an individual event after succesfull initial tupas registration (not occuring before saving the user).
Currently, to have this event to trigger, user would have to first register, then log out, and then log in again.
Comments
Comment #2
tuutti commentedI have pull request open on Github (the one I forgot to merge couple months ago). Any chance you can you test it?
Pull request, patch
Comment #3
softone commentedYes, this works.
Sadly the rules module itself seems abandoned and needs patching to work as intended.
Comment #4
tuutti commentedIf adding user role is the only thing you're using Rules for you can replace it with couple lines of code.
I'll post an example when I'm back home.
Comment #6
tuutti commentedI added some documentation to README.md regarding the role granting.