Ticket #5392 (closed defect (bug): fixed)
get_user_by_email() and get_user* cleanup
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.5 |
| Component: | General | Version: | 2.5 |
| Severity: | normal | Keywords: | user cache |
| Cc: |
Description
Add a get_user_by_email() function to get a user by email address. It should use an email to user id cache to avoid DB trips. If an email address does not match a user, cache that fact. If this results in too much stuff in the cache, we can lose this part.
While we're at it. Clean up the get_user* functions. Refactor the back compat and caching code into a new private function shared by all of the get functions.
Attachments
Change History
How does this relate to the changes you requested in #4642 ? Patches there have functions get_userdatabyemail() or get_user_by(), which you requested.
This provides the same thing. I decided to go with get_user_by_email() instead of a generic get_user_by(). This patch also does some cleanup and cache work that I've been meaning to do.
- Status changed from new to closed
- Resolution set to fixed

