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", ]