Server
accountsServer.onCreateUser(func)
Customize new user creation.
Arguments
- func Function
-
Called whenever a new user is created. Return the new user object, or throw an
Error
to abort the creation.
accountsServer.onCreateUser(func)
Customize new user creation.
Called whenever a new user is created. Return the new user object, or throw an Error
to abort the creation.
Please login to continue.