Make WordPress Core

Opened 16 years ago

Closed 16 years ago

#13105 closed defect (bug) (duplicate)

Users cannot cancel pending admin email changes

Reported by: mdawaffe Owned by: nacin
Priority: high Milestone:
Component: Administration Version: 3.0
Severity: normal Keywords:
Cc: Focuses:

Description

In a multisite setup, when non-super-admins change their site's admin email they are shown the following message (until the new admin email is confirmed).

There is a pending change of the admin e-mail to {email}. [Cancel]

The cancel link is wp-admin/options.php?dismiss=new_admin_email

The logic in options.php, however, specifically forbids non-super-admins from taking that action.

Non-super-admins who click the cancel link will get a "Cheatin' uh?" message.

Change History (2)

#1 @nacin
16 years ago

  • Milestone Unassigned3.0
  • Owner set to nacin
  • Status newassigned

Nice catch, I didn't think about that.

If necessary, we can remove the dismiss option. Otherwise, we can handle it in options-general.php.

#2 @nacin
16 years ago

  • Milestone 3.0
  • Resolutionduplicate
  • Status assignedclosed
Note: See TracTickets for help on using tickets.