#53321 closed defect (bug) (fixed)
Reset password email should include user's locale in reset link
| Reported by: | ocean90 | Owned by: | ocean90 |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.8 |
| Component: | Users | Version: | 5.7 |
| Severity: | normal | Keywords: | good-first-bug has-patch |
| Cc: | Focuses: |
Description
Related: #52605
While the email is sent in the correct language, the link to wp-login.php doesn't contain any locale information thus the password reset screen will use the site's default locale.
retrieve_password() needs to be updated to add the wp_lang parameter to the reset link.
Change History (4)
This ticket was mentioned in PR #1334 on WordPress/wordpress-develop by walbo.
5 years ago
#1
- Keywords has-patch added; needs-patch removed
5 years ago
#4
Committed in https://core.trac.wordpress.org/changeset/51077.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Show user locale when visiting the password reset screen
Track ticket: https://core.trac.wordpress.org/ticket/53321