mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-14 12:25:09 +00:00
Merge pull request #54129 from AarDG10/refactor-util-use
refactor: update reset password method name
This commit is contained in:
@@ -286,7 +286,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user