Right now, the `Meteor` class already has convenience methods for the following two methods from the `accounts-password` package: - `createUser` - `login` We should add further methods that wrap the following method calls: - `logout` - `verifyEmail` - `changePassword` - `forgotPassword` - `resetPassword`