How to add required fields in user profile admin page?

Actually, in profile.php, edit-user.php and new-user.php, you have to :

  1. add form-required class on <tr>, not on the input field
  2. add aria-required="true" on the input field