opted-eu / meteor-api

Meteor API Server
https://meteor.opted.eu/
GNU General Public License v3.0
1 stars 0 forks source link

API: Users cannot change their passwords #55

Closed mrwunderbar666 closed 11 months ago

mrwunderbar666 commented 11 months ago

thanks @iwellaway for reporting this

iwellaway commented 11 months ago

Thanks @mrwunderbar666, the password is now updating but it still gives a 500 error if the old password is incorrect.

mrwunderbar666 commented 11 months ago

thanks! you should now get a 401 error, in case the old password doesn't match, or the new password has a problem

iwellaway commented 11 months ago

Thanks Paul, all working now.

Ian