#41514 closed defect (bug) (fixed)
Registration links disappear after requesting a password reset link
Reported by: | henry.wright | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Login and Registration | Keywords: | has-patch needs-testing early |
Focuses: | Cc: |
Description
After requesting a password reset link at example.com/wp-login.php?action=lostpassword, the registration links (that were under the Log In button) disappear. See the attached screenshot(s) for visuals.
Attachments (7)
Change History (16)
@
7 years ago
@birgire is it worth also adding a "Lost your password?" link? Attached is a screenshot of the standard login page. Note there are 2 links
#3
@
7 years ago
@henry.wright it looks like I missed your ping.
I updated the patch with 41514.2.patch to show "Lost your password?" link too.
Maybe you can test it?
#4
in reply to:
↑ description
@
7 years ago
- Keywords reporter-feedback added
Replying to henry.wright:
After requesting a password reset link at example.com/wp-login.php?action=lostpassword, the registration links (that were under the Log In button) disappear.
I'm not sure I see an issue with that. Having just requested a password reset link, why would you need to go back to registration or password reset form?
#5
@
7 years ago
@birgire 41514.2.patch looks good but see #40802 which allows the hard coded pipe character to be filtered with the new login_link_separator
hook.
@SergeyBiryukov I agree the user is likely to not use the link but I think the link should be there to keep a consistent look and feel with the rest of the wp-login.php screens.
#6
@
7 years ago
- Keywords early added; reporter-feedback removed
- Milestone changed from 4.9 to Future Release
#40605 suggests removing the login form from the "Check your email for the confirmation link" screen altogether. Let's figure out the best way forward in early 5.0.
Before