Posted by chrisstina on August 7, 2009 at 5:13am
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?
Comments
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 =)