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.