Changes between Initial Version and Version 1 of Ticket #53634, comment 8
- Timestamp:
- 09/28/2022 08:22:03 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #53634, comment 8
initial v1 1 1 I was able to fix this by just changing what (to the email from the username) we passed to the retrieve_password 2 2 3 But looking at this there an optimization to be done as we can pass the whole WP_User object to retrieve_password as this first action to get the object so I have done that in this ticket (which would fix this ticket as well) 4 https://core.trac.wordpress.org/ticket/56028 3 But looking at this there an optimization to be done as we can pass the whole WP_User object to retrieve_password as this first action to get the object so I have done that in this ticket (which would fix this ticket as well) #56028