Make WordPress Core


Ignore:
Timestamp:
03/15/2008 08:42:00 PM (17 years ago)
Author:
westi
Message:

Set autocomplete off for password files on the profile pages. Fixes #5006.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/user-edit.php

    r7313 r7318  
    4747        $('.color-palette').click(function(){$(this).siblings('input[name=admin_color]').attr('checked', 'checked')});
    4848    } );
     49   
     50    addLoadEvent( function() {
     51        jQuery('#pass1,#pass2').attr('autocomplete','off');
     52    });
    4953</script>
    5054<?php
Note: See TracChangeset for help on using the changeset viewer.