Opened 9 years ago
Last modified 3 years ago
#36439 reviewing defect (bug)
Wrong language when resetting password
Reported by: | vasikgreif | Owned by: | johnbillion |
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | |
Component: | Login and Registration | Keywords: | has-patch |
Focuses: | multisite | Cc: |
Description
When using WPML (or other multilanguage plugin) along with multisite, the reset password email comes in wrong language, as the reset password form is sent to network_site_url() instead of site_url(). I think a proper way should be:
<form name="lostpasswordform" id="lostpasswordform" action="<?php echo esc_url( site_url( 'wp-login.php?action=lostpassword', 'login_post' ) ); ?>" method="post">
Attachments (1)
Change History (12)
#1
@
9 years ago
- Milestone Awaiting Review deleted
- Resolution set to duplicate
- Status changed from new to closed
#2
@
5 years ago
- Keywords needs-patch added
- Milestone set to 5.5
- Resolution duplicate deleted
- Status changed from closed to reopened
- Version 4.4.2 deleted
This ticket was mentioned in Slack in #core by david.baumwald. View the logs.
4 years ago
This ticket was mentioned in PR #517 on WordPress/wordpress-develop by adriantirusli.
4 years ago
#5
- Keywords has-patch added; needs-patch removed
In this update I changed the login URL to fix reset password email comes in wrong language.
Trac ticket: #36439
Hello @vasikgreif, welcome to our Trac!
Thanks for your report, we're already tracking this issue in #21352.