There is one thing that needs to be changed since Mingus or before, but i
always forget to mention it. When you install WordPress the password field
is set as a text (type="text"), so anyone around me is able to see that
password as i type it, even worst, it is remembered by the browser as it is
part of the form data stored, so it will be auto-populated next time (in
plain text).

In setup-config.php, the field

<td><input name="pwd" type="text" size="25" value="password" /></td>

should be replaced with,

<td><input name="pwd" type="password" size="25" value="password" /></td>

It is not critical, but necessary.

Regards.


On 1/4/07, Matt Mullenweg <[EMAIL PROTECTED]> wrote:
Is to give the super-sweetness of 2.1 a go in its first beta release:

http://wordpress.org/beta/wordpress-2.1-beta1.zip

Report your findings back to this secret wp-testerss mailing list.

This email will self-destruct in 5... 4... 3...

--
Matt Mullenweg
  http://photomatt.net | http://wordpress.org
http://automattic.com | http://akismet.com
_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers




--
Marcos Sader
[EMAIL PROTECTED]
_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

Reply via email to