mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 17:04:47 +00:00
refactor: update reset password method name
(cherry picked from commit c4d74483e1)
This commit is contained in:
@@ -285,7 +285,7 @@ class RequestforQuotation(BuyingController):
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
user.save(ignore_permissions=True)
|
user.save(ignore_permissions=True)
|
||||||
update_password_link = user.reset_password()
|
update_password_link = user._reset_password()
|
||||||
|
|
||||||
return user, update_password_link
|
return user, update_password_link
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user