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: | 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)
Change History (4)
#3
@
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.
Attached is 54298.diff. This patch posts to the sub-site wp-login.php file instead of the main-site wp-login.php file.