[wp-trac] [WordPress Trac] #3534: Hide password in setup-config.php

WordPress Trac wp-trac at lists.automattic.com
Sat Jan 6 22:27:20 GMT 2007


#3534: Hide password in setup-config.php
-------------------------+--------------------------------------------------
 Reporter:  xmarcos      |       Owner:  anonymous     
     Type:  enhancement  |      Status:  new           
 Priority:  low          |   Milestone:  2.1           
Component:  General      |     Version:  2.1           
 Severity:  minor        |    Keywords:  password setup
-------------------------+--------------------------------------------------
 The password field in setup-config.php is set as type="text", so when you
 install WordPress, the password is visible as you type it. This is not
 only dangerous if you have someone around but it is also a possible risk
 if someone gets into that machine later, form fields are remembered by the
 browser most of the times.

 In order to fix this we just need to set the field type as password,
 type="password".

-- 
Ticket URL: <http://trac.wordpress.org/ticket/3534>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list