Making WordPress.org

#6795 closed defect (bug) (reported-upstream)

Unable to confirm email address change on WordPress.org site

Reported by: paulkevan's profile paulkevan Owned by:
Milestone: Priority: normal
Component: Login & Authentication Keywords:
Cc:

Description

Submitted as a core ticket (https://core.trac.wordpress.org/ticket/57786)

I am trying to update my email address on the WordPress.org site from this page:
https://wordpress.org/support/users/username/edit/account/?screen=email
(Replace username with the actual username)

This sends a confirmation email to my new email address, but clicking on it fails > with the following error:

"You attempted to access the "WordPress.org Forums" dashboard, but you do not currently have privileges on this site. If you believe you should be able to access > the "WordPress.org Forums" dashboard, please contact your network administrator."

Change History (2)

#1 follow-up: @paulkevan
19 months ago

It looks like the email we need to send out should have a link like

https://wordpress.org/support/users/[user]/edit/?action=bbp-update-user-email&newuseremail=[hash]

instead of which it currently sends something like

https://wordpress.org/support/wp-admin/profile.php?newuseremail=[hash]

#2 in reply to: ↑ 1 @dd32
19 months ago

  • Resolution set to reported-upstream
  • Status changed from new to closed

Replying to paulkevan:

It looks like the email we need to send out should have a link like

Yeah, this is a short-coming of the core implementation.

See https://core.trac.wordpress.org/ticket/57413

I've transferred this an issue on wporg-two-factor: https://github.com/WordPress/wporg-two-factor/issues/67

Note: See TracTickets for help on using tickets.