joystick
joystick copied to clipboard
Add accounts.changePassword()
Make it easy to manually swap a password. Something like...
accounts.changePassword({ oldPassword: 'thisistheold', newPassword: 'thisisthenew' });
Just make sure to validate the old password and throw an error if it doesn't match.