[wp-trac] Re: [WordPress Trac] #5006: User profile autofills password

WordPress Trac wp-trac at lists.automattic.com
Thu Jul 24 15:12:13 GMT 2008


#5006: User profile autofills password
----------------------------+-----------------------------------------------
 Reporter:  braindrain0000  |        Owner:  westi
     Type:  defect          |       Status:  new  
 Priority:  normal          |    Milestone:  2.9  
Component:  Administration  |      Version:  2.3  
 Severity:  normal          |   Resolution:       
 Keywords:                  |  
----------------------------+-----------------------------------------------
Comment (by Otto42):

 The autocomplete=off thing is actually only treated properly by IE.
 Firefox 2 treated it more like a suggestion, and FF 3 seems to ignore it
 completely.

 But this should work. Clears all password inputs immediately after the
 page loads.

 {{{
 jQuery(document).ready(function() {
    jQuery('input:password').val('');
 });
 }}}

-- 
Ticket URL: <http://trac.wordpress.org/ticket/5006#comment:15>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list