Post create user hook

Hello!

I’m looking for a post create user hook. Currently I’m using the Accounts.onCreateUser hook of Meteor but this is getting fired even the user would exist or any other error might happen.

I would like to have a function which is getting called after a successful created user, for all different register attempts (Facebook, Google, Password …)

Thanks!
Dominic

I checked on many different packages. Is there any hook planned from the MDG side?