I am using auth0 with lock for authentication for a spa. Since we are switching from a custom solution to auth0 I wanted to change as little of the current workflow as possible and thus have implemented a rule that creates an activation ticket and passes that on to a mandrill template. Additionally I have deactivated the verification email template in auth0.
But this strategy doesn’t seem to work with the change password mail, since I found no way to disable the email in auth0 and I cannot create the ticket by rule, since rules are only activated during login.
So there doesn’t seem to be any way of doing this or has anyone found another way, maybe by using hooks?