Server
accountsServer.validateNewUser(func)
Set restrictions on new user creation.
Arguments
- func Function
-
Called whenever a new user is created. Takes the new user object, and returns true to allow the creation or false to abort.
accountsServer.validateNewUser(func)
Set restrictions on new user creation.
Called whenever a new user is created. Takes the new user object, and returns true to allow the creation or false to abort.
Please login to continue.