add createUserAsync

This commit is contained in:
Gabriel Grubba
2024-02-27 10:16:55 -03:00
parent 1a413413a4
commit 47cdbab9ee

View File

@@ -791,6 +791,8 @@ Instead of modifying documents in the [`Meteor.users`](#Meteor-users) collection
directly, use these convenience functions which correctly check for case
insensitive duplicates before updates.
<ApiBox name="Accounts.createUserAsync" />
<ApiBox name="Accounts.createUserVerifyingEmail" />
<ApiBox name="Accounts.setUsername" />