Upon clicking “Reset Password”, the email is successfully sent and the URL is correctly set to our custom domain.
After entering a new password, attempting to login with that new password will succeed but the message received by the user is: “There was an error processing the password reset”
Extra info:
- We are using the template Mongo DB password change script
- The context information for the “failed” password change is attached below
{
"date": "2018-07-25T18:34:37.399Z",
"type": "fcp",
"description": "The operation cannot be completed. Please try again.",
"connection": "compose-mongo",
"client_name": "PalleTech Live Dashboard",
"details": {
"title": "Change Password",
"email": "my@email.com",
"body": {
"newPassword": "*****",
"confirmNewPassword": "*****",
"_csrf": "***",
"ticket": "***"
},
"query": {
"email": "my@email.com",
"username": null,
"newPassword": null,
"tenant": "***",
"client_id": "my client id",
"connection": "compose-mongo",
"resultUrl": ""
}
},
"user_id": "",
"user_name": "***@gmail.com",
"strategy": "auth0",
"strategy_type": "database",
"log_id": "***"
}