cheatcode / joystick

A full-stack JavaScript framework for building stable, easy-to-maintain apps and websites.
https://cheatcode.co/joystick
Other
211 stars 11 forks source link

Add accounts.changePassword() #204

Open rglover opened 2 years ago

rglover commented 2 years ago

Make it easy to manually swap a password. Something like...

accounts.changePassword({ oldPassword: 'thisistheold', newPassword: 'thisisthenew' });
rglover commented 3 months ago

Just make sure to validate the old password and throw an error if it doesn't match.