From f1031c49a93a5cbddb0953a860b110b6bae1ed3a Mon Sep 17 00:00:00 2001 From: Jannat Patel Date: Tue, 20 Jan 2026 22:08:39 +0530 Subject: [PATCH] fix: allow reset password endpoint --- lms/auth.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lms/auth.py b/lms/auth.py index 51ad9d80..7916b8b7 100644 --- a/lms/auth.py +++ b/lms/auth.py @@ -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", ]