fix: allow reset password endpoint

This commit is contained in:
Jannat Patel
2026-01-20 22:08:39 +05:30
parent 9987ea1db6
commit f1031c49a9

View File

@@ -44,6 +44,7 @@ ALLOWED_PATHS = [
"/api/method/frappe.utils.print_format.download_pdf",
"/api/method/frappe.desk.search.search_link",
"/api/method/frappe.core.doctype.communication.email.make",
"/api/method/frappe.core.doctype.user.user.reset_password",
]