I would like to be able to run some functionality with a module that I am building whenever a customer registers an account, but I can\'t seem to f
customer_register_success
adminhtml_customer_save_after
these two are the default events when a customer is inserted into the database.... first event fires in frontend when a user registers and second event fires in the backend when a customer is created through admin panel...i hope you know how to register an observer for an event...hope this will help you...