Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#12933 closed defect (bug) (fixed)

super-admin has lost all super powers

Reported by: ousep's profile ousep Owned by: nacin's profile 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)

#1 @nacin
15 years ago

  • Owner set to nacin
  • Status changed from new to accepted

Fixing this one now.

To restore, execute (in a plugin) if ( is_admin() ) grant_super_admin( # );, where # is your user ID.

#2 @nacin
15 years ago

(In [14042]) Fix revoke_super_admin(). see #12933.

#3 @nacin
15 years ago

  • Resolution set to fixed
  • Status changed from accepted to closed

(In [14043]) More grant/revoke super admin improvements. fixes #12933.

Note: See TracTickets for help on using tickets.