Make WordPress Core

Opened 3 years ago

Closed 2 years ago

#55801 closed defect (bug) (fixed)

Users help tab missing info on row action ”Send password reset”

Reported by: kebbet's profile kebbet Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 6.1 Priority: normal
Severity: normal Version: 5.7
Component: Users Keywords: has-patch
Focuses: docs, administration, ui-copy Cc:

Description

This is a follow up to [50129].

The help tab in wp-admin/users.php is missing info on the row action Send password reset. The patch fixes this, and goes hand in hand with #55800.

Attachments (4)

55801-users-php-help-info.diff (677 bytes) - added by kebbet 3 years ago.
55801-2.diff (681 bytes) - added by kebbet 3 years ago.
With copy suggested by @costdev
55801-before.png (119.7 KB) - added by kebbet 3 years ago.
Before patch applied
55801-after.png (131.8 KB) - added by kebbet 3 years ago.
After patch applied

Download all attachments as: .zip

Change History (10)

#1 @costdev
3 years ago

  • Milestone changed from Awaiting Review to 6.0.1

Milestoning for 6.0.1 in line with #55800.


Send password reset sends an e-mail to the user with a reset password link.

This doesn't quite explain what "reset" means in this context. Would this be clearer?

Send password reset sends the user an e-mail with a link to set a new password.

What do others think?

#2 @kebbet
3 years ago

Agree @costdev, your suggestions is 100% better.

@kebbet
3 years ago

With copy suggested by @costdev

@kebbet
3 years ago

Before patch applied

@kebbet
3 years ago

After patch applied

This ticket was mentioned in Slack in #polyglots by kebbet. View the logs.


3 years ago

#4 @SergeyBiryukov
2 years ago

Minor note: "e-mail" should be "email" for consistency with the rest of core, see [33774] / #26156.

This can be adjusted on commit.

#5 @SergeyBiryukov
2 years ago

  • Milestone changed from 6.0.1 to 6.1

Since this is a follow-up to a change in [50129] / #34281 for WordPress 5.7 and was not introduced in 6.0, I think we can move this to 6.1, same as #55800.

#6 @SergeyBiryukov
2 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 53651:

Help/About: Add help tab info for the "Send password reset" row action on Users screen.

This adds a description in the "Available Actions" help tab for the "Send password reset" quick action when hovering over a username in the user list.

Follow-up to [50129].

Props kebbet, costdev.
Fixes #55801.

Note: See TracTickets for help on using tickets.