Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I'd like to receive an email notification whenever a new user signs up in my forum. Is there any way to do that?
Best way would be to write a plugin that listens for the hook action:user.create. This hook receives the userData and is fired whenever a new user is created.
action:user.create