Opened 15 years ago
Closed 15 years ago
#12933 closed defect (bug) (fixed)
super-admin has lost all super powers
Reported by: | ousep | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.0 | Priority: | highest omg bbq |
Severity: | critical | Version: | 3.0 |
Component: | Users | Keywords: | |
Focuses: | Cc: |
Description
What I did:
Logged in as the super-admin, at the main site.
Wanted to change the password of one of the subscribers of the site (who is an admin on his own site)
Attempted changing it
Got a "you do not have sufficient privileges to do this" message.
Got myself demoted to a regular site admin
Do not have access to super-admin powers anymore, and can't see the super-admin links either.
Change History (3)
Note: See
TracTickets for help on using
tickets.
Fixing this one now.
To restore, execute (in a plugin)
if ( is_admin() ) grant_super_admin( # );
, where # is your user ID.