diff --git a/wp-admin/user-edit.php b/wp-admin/user-edit.php index a14979586b..0b29819e10 100644 --- a/wp-admin/user-edit.php +++ b/wp-admin/user-edit.php @@ -46,6 +46,10 @@ function profile_js ( ) { $('#pass1').keyup( check_pass_strength ) $('.color-palette').click(function(){$(this).siblings('input[name=admin_color]').attr('checked', 'checked')}); } ); + + addLoadEvent( function() { + jQuery('#pass1,#pass2').attr('autocomplete','off'); + });