Opened 5 years ago
Last modified 3 years ago
#54298 new enhancement
Multisite: resetpassform always posts to the main-site wp-login.php file
| Reported by: | henry.wright | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Login and Registration | Version: | |
| Severity: | normal | Keywords: | has-patch 2nd-opinion |
| Cc: | Focuses: | multisite |
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
@
3 years ago
- Keywords 2nd-opinion added
- Milestone Awaiting Review
- Type defect (bug) → 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Attached is 54298.diff. This patch posts to the sub-site wp-login.php file instead of the main-site wp-login.php file.