How to customize the default erpnext password reset email template

Hey Guys,

I would like to customize the default password reset email. The reason for it being I have an webapp that uses the frappe rest api, and I don’t want my users to see the erpnext dashboard if they would like to reset the email.

  • Therefore, I would like to customize this template/create a new one and if the user from the web app trys to reset their password, I would like to send them a different password reset email.

You can set the reset password email template in System Settings.

For the page, you can try overriding the “update-password” web page provided by Frappe, else you can just use JavaScript to change the UI of that page.