Opened 15 years ago
Closed 15 years ago
#12187 closed defect (bug) (wontfix)
Editing another user's profile makes user_id to disappear
Reported by: | Cimmo | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.9.1 |
Component: | Users | Keywords: | profile |
Focuses: | Cc: |
Description
This seems a regressions since 2.8.6, not sure if intended, anyway here the use case:
- login with admin (user_id=1)
- edit another profile (user_id!=1)
- remove email (not allowed)
- save changes
result:
$_GETuser_id?=1 instead of the id of the profile's user_id.
I know I can check for $_POSTuser_id? but why this change?
Change History (3)
Note: See
TracTickets for help on using
tickets.
Sorry I wanted to say:
$_GETuser_id? is absent, in WP 2.8.6 was present.