ianmartorell / meteor-accounts-ui-bootstrap-3

accounts-ui package with Bootstrap 3 and localization support
150 stars 109 forks source link

don't want to change user login when create new? #85

Closed thearabbit closed 9 years ago

thearabbit commented 9 years ago

I create new form to create new user by myself (When login). But i don't want to change user login when create new (stay the old user account).

ianmartorell commented 9 years ago

If you don't want to log in to the new account, you should call Accounts.createUser from the server. You can do this with a method call.

thearabbit commented 9 years ago

thanks