Open rglover opened 2 years ago
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.
Make it easy to manually swap a password. Something like...