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
module
customer registers
I've discovered that the customer_login and customer_session_init events are both thrown on account create. You could register a listener for either and then check to see the create date on the account?
customer_login
customer_session_init