Administrator Page - Creating new users

Hi guys:

Im not an expert in meteorjs, and Im creating an administrator page or view, where this administrator is in charge of creating new users with a default password. So, the user cannot register by himself, the only person who can create new users is the admin.

Do you have an example of that ? At the moment I have seen only examples where the user can register by himself.

Thanks for your help !

You can create users programmatically using createUser()

Meteor Guide - Accounts.createUser