Make WordPress Core

Opened 3 years ago

Last modified 15 months ago

#54298 new enhancement

Multisite: resetpassform always posts to the main-site wp-login.php file

Reported by: henrywright's profile henry.wright Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Login and Registration Keywords: has-patch 2nd-opinion
Focuses: multisite Cc:

Description

The reset password form always posts to the main-site wp-login.php file. If the reset password form on a sub-site is being used then I'd expect the form to post to the sub-site wp-login.php file.

Attachments (1)

54298.diff (822 bytes) - added by henry.wright 3 years ago.

Download all attachments as: .zip

Change History (4)

@henry.wright
3 years ago

#1 @henry.wright
3 years ago

  • Keywords has-patch added

Attached is 54298.diff. This patch posts to the sub-site wp-login.php file instead of the main-site wp-login.php file.

#2 @henry.wright
3 years ago

Related ticket: #36439.

#3 @rajinsharwar
15 months ago

  • Keywords 2nd-opinion added
  • Milestone Awaiting Review deleted
  • Type changed from defect (bug) to enhancement

Hi @henrywright, I believe currently the expected behavior is such that, the reset process will always be handled by the main site. This can go as a proposal, but as far as I am concerned, won't be a bug for sure. So, I will keep this ticket open for open floor feedback on this, if we really need to implement this.

Note: See TracTickets for help on using tickets.