mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
field (eg, to refresh access tokens) but does *not* update anything else (which is effectively a no-op change because in practice the only thing that it attempted to update was "profile" but because existing fields were not overridden, this never did anything). Remove the "extra" argument from createUser and related functions. Add a new "profile" option to the main options dictionary, interpreted by defaultCreateUserHook.