I need to use Accounts.setPassword outside of meteor server methods, but on server side. With collections in this case I use Fiber wrapper but it doesn't work with Accounts.setPassword.
Fiber(function(){Accounts.setPassword(msg.user_id, msg.password);}).run();