Make WordPress Core

Changes between Initial Version and Version 5 of Ticket #52093


Ignore:
Timestamp:
12/31/2020 09:19:38 PM (4 years ago)
Author:
hellofromTonya
Comment:

You're right @guddu1315. I did misunderstand. Thank you for providing more context and details.

I've revised the enhancement description accordingly. Please review and further refine if needed.

Also note, the set new password label, button, and password field are not new to 5.6, though the wording was refined in 5.6. Setting the Version to 4.3, which is covered by #32589, [49248].

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52093

    • Property Focuses javascript added; accessibility css removed
    • Property Version changed from 5.6 to 4.3
  • Ticket #52093 – Description

    initial v5  
    1 Under profile page in account management section when we click on **New Password** label it should trigger click event on **Set New Password** button or should open the password field.
     1Enhancement Proposal:
     2
     3Where: In the Account Management section of the user's profile
     4
     5What: Trigger opening the password field when clicking on the **New Password** label
     6
     7The click event of every field on `profile.php` cursor focuses on the input field next to it. But that is not the case with "New Password" label.
     8
     9The enhancement proposal makes the new password label consistent with the other labels.