Opened 14 years ago
Closed 8 years ago
#16318 closed enhancement (duplicate)
The reset password process could be clarified
Reported by: | paolal | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.1 |
Component: | Users | Keywords: | needs-patch |
Focuses: | ui | Cc: |
Description
I find the process of resetting a user password confusing, and sI guess I am not the only one.
Here is why:
The fist screen in this process is almost ok:
only the text on the button is confusing as users won’t “get a new password” but are going to input a new password (I guess this is an heritage of the past procedure).
The second screen is where most users get lost:
I think that the login form should not be visible here as it gets the user’s focus, so they do not see the text above telling them to check their mailbox and do not know what to type here.
I know that changes are planned in the reset password process, but these two relatively small changes could make the process a lot easier to follow for users.
Attachments (2)
Change History (13)
#2
@
14 years ago
- Keywords ux-feedback added
Some of the code you added (to suppress the login form) was removed in r12981, due to the concerns in #11141. But most of that no longer applies due to the changes in #5919. I will have to go through the program flow again, but what you describe and suggest makes sense.
Additionally, 'Get New Password' was from pre-#5919 -- I found the string in the same spot in 3.0, when we sent a reset password to their email address.
Marking for ux-feedback and sending this to Jane. I am wondering if there is a way we can at all do any improvements without changing any strings. That said, we've yet to kick over a single string change to the translators, and we're a week out (with a weekend) from launching anyway.
Also, s/Login/Log in/, or you're feel the grammatically pedantic wrath of Mark (me too). :)
#3
@
14 years ago
- Milestone changed from Awaiting Review to 3.1
I'm putting this into 3.1 for a review for now. Going to check it out in a bit.
#4
@
14 years ago
@nacin: indeed. String translation is one of the reasons I wanted this done from core up instead of as a patch on wp.com. Thanks for looking into it. :)
Nikolay also suggested that showing the login form when showing the "you password has been reset" notice would make sense. On the other hand, this is handled in another case, and would require a switch from "aborting" the case with login_footer() to using a redirect.
I'm submitting an alternate patch here, same as 16318.diff, with redirect handling.
Patch to implement Automattic Happiness Engineers suggestion