The reset password utility currently only supports sending the system standard email template for resetting a user password. Apex utilities exist for programmatically selecting a custom email template, but they have not been implemented yet.
We hope to remedy this in a future release. In the meantime, customers are welcome to develop their own Apex plugin for Flow actions that uses the System.resetPasswordWithEmailTemplate() method to replace the class included with this package.
The reset password utility currently only supports sending the system standard email template for resetting a user password. Apex utilities exist for programmatically selecting a custom email template, but they have not been implemented yet.
We hope to remedy this in a future release. In the meantime, customers are welcome to develop their own Apex plugin for Flow actions that uses the System.resetPasswordWithEmailTemplate() method to replace the class included with this package.