Author: elian
Description:
For security, passwords should be of reasonable length. Disallow empty and too
short passwords.
Version: unspecified
Severity: enhancement
Author: elian
Description:
For security, passwords should be of reasonable length. Disallow empty and too
short passwords.
Version: unspecified
Severity: enhancement
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | None | T14884 Login and account creation should be by secure http. | |||
Invalid | None | T11816 Improve security for Special:Userlogin (tracking) | |||
Resolved | • csteipp | T5348 Passwords should be checked for strength before being set | |||
Resolved | None | T2621 Require a minimum password length at account creation |
JoostMeerten wrote:
At the very *least* disallow blank passwords. A semi-secure password module
shouldn't be that hard to implement either (it has been done many times before).
When all users were equal, this didn't matter that much. Now that we have
admins, it does. We should be glad nobody with the required technical expertise
has desired to cause big problems for Wikipedia. That's no reason to remain
inactive.
I heard on #wikipedia that according to a survey by Tim, hundreds of users had
trivial passwords -- blank passwords, "password", "secret" and presumably the
age-old favorite <username> as well. It didn't say how many of these were
admins, and I don't care to guess.
User names are not secret. I could easily use anonymous proxies to hack as many
accounts as possible. Aside from the possibilities for vandalism, I could use
such accounts for all sorts of identity confusion. This would not be good for
the community.
tietew-mediazilla wrote:
In ja.wikipedia, an account with empty password was hijacked
and used to vandal.
At least, empty password MUST be denied ASAP.
(In reply to comment #2)
At least, empty password MUST be denied ASAP.
For your information:
I disallow empty passwords in the ENotif and EAuthent patch, which *is* in CVS
HEAD version (for 1.5 version). It does not yet check the length of the passwords.