[wp-trac] [WordPress Trac] #57508: Redirect after clicking reset password link does not return to original users table display page position
WordPress Trac
noreply at wordpress.org
Thu Jan 19 20:31:52 UTC 2023
#57508: Redirect after clicking reset password link does not return to original
users table display page position
-------------------------+-----------------------------
Reporter: mjdewitt | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Users | Version: 6.1.1
Severity: normal | Keywords: needs-patch
Focuses: |
-------------------------+-----------------------------
It looks like the redirect does not pick up the search and paged variables
in effect at the time the link is clicked. This resets the display of
users back to the beginning.
in users.php
line 250:
$redirect = add_query_arg(
array(
'reset_count' => $reset_count,
'update' => 'resetpassword',
),
My end users find this an annoyance and so bring it to your attention. For
destructive actions, this is less of an issue as the display changes.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/57508>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list