Custom action upon user login
chrisstina - August 7, 2009 - 05:13
Hi all,
I would like to trigger some custom action on user login. I searched for similiar topics, found some info about Triggers and Actions, but as far as I understood, these modules won't allow to assign a custom function to the trigger. Actually I need some magento module functions to be performed after user logins.
Any thoughts on this?

Well, for now I have decided
Well, for now I have decided to extend the Magento module by adding a hook_user() function. At least, this works the way I want =)