Merge pull request #54158 from frappe/mergify/bp/version-16-hotfix/pr-54129

refactor: update reset password method name (backport #54129)
This commit is contained in:
Aarol D'Souza
2026-04-09 12:32:54 +05:30
committed by GitHub

View File

@@ -285,7 +285,7 @@ class RequestforQuotation(BuyingController):
}
)
user.save(ignore_permissions=True)
update_password_link = user.reset_password()
update_password_link = user._reset_password()
return user, update_password_link