Closed xqSimone closed 2 days ago
v2
The example for user's password reset is wrong
update should be updateProvider and email as parameter stopped working after the last (i believe) update, now it appears to be working with entity_id
const { success } = await authModuleService.updateProvider( "emailpass", // passed to the auth provider { entity_id: "user@example.com", password: "supersecret", } ) if (success) { // password reset successfully }
1. 2. 3. ...
https://github.com/medusajs/medusa/pull/10253
What Medusa version and documentation are you using?
v2
Preliminary Checks
Issue Summary
The example for user's password reset is wrong
update should be updateProvider and email as parameter stopped working after the last (i believe) update, now it appears to be working with entity_id
How can this issue be resolved?
1. 2. 3. ...
Are you interested in working on this issue?