Disable Reset Password Email

We’re building a business app and there are administrators who will be creating the user accounts through our application, then it’s handled through the management api. The part we don’t like is there are so many emails that get sent to our new users, and it gets very confusing for them.
We send the Welcome, Password Reset, and MF Enrollment.

We saw that the Password Reset and MF Enrollment pass their respective URLs back through the api so we decided to build our own email from those. We disabled the Welcome email, and set the MF Enrollment flag (send email) to false, but have found no way to disable the Reset Password email - is there a way?

Thanks.

I believe I found the answer myself. I was using the Change password method instead of using the Tickets to create a Change password ticket. The ticket worked for what we are doing.
Thanks.

1 Like

Perfect! Glad to hear that and thanks for sharing with the rest of community!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.