pamelanye / libstats

Automatically exported from code.google.com/p/libstats
GNU General Public License v2.0
1 stars 0 forks source link

Password field should use "password" input type #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The password field in content/admin/userAdminForm.php is of type "text", which 
doesn't mask the password. This means anyone can read it off your screen when 
you type it in. Patch changes this field to use the "password" input type.

Original issue reported on code.google.com by mmccol...@gmail.com on 7 Apr 2011 at 8:24

Attachments: