/* Disable the built-in WordPress profile page option 'Confirm use of weak password'
   by hiding the entire row, so users can never revert to it.
*/
tr.pw-weak, div.pw-weak {
  display: none !important;
}
