nicolaslopezj / meteor-apollo-accounts

Meteor accounts in GraphQL
MIT License
146 stars 37 forks source link

Enrollment user flow #89

Open joshperrin opened 6 years ago

joshperrin commented 6 years ago

Is it possible to perform a user enrollment flow with this package. Meaning creating a user on the server without a password, and then later setting a password with Accounts.setPassword or Accounts.sendEnrollmentEmail?