Hi,
My old UserProfile module used to create a random profile pic for new users and I am looking at resurrecting it .
Back then (5 years+ when DNN 3/4 was around) there was no way to hook into core system events. Is there an event framework now for 3rd party devs to use?
Basically for each new user I need to fire my bit of code to assign a random profile pic.
If not I will have to use another hacky way - maybe on a scheduled task that grabs the last X new users and done them in a batch every minute... not pretty...
Thoughts?