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

WordPress Trac wp-trac at lists.automattic.com
Thu Jul 24 07:45:45 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 mrmist):

 Still not convinced that this is something that should be being fixed.
 It's specifically a FF bug because FF is not obeying the autocomplete=off
 directives. It's an interesting path to go down to attempt to code around
 all the possible browser eccentricities. [7318] is the actual fix.

 FWIW, I tested with unique names as matt mentioned, and that makes no
 difference.

 Anyway, if you actually want a fix, you could just go with


 {{{
 jQuery('#pass1').val('');
 }}}


 Which then forces FF to clear the box.

 Sorry, I do not know how to make .diff files.  Insert that line into line
 64 after

 {{{
 jQuery('#pass1,#pass2').attr('autocomplete','off');
 }}}

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


More information about the wp-trac mailing list