Last modified: 2010-05-15 15:38:04 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T6071, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 4071 - password generation ignores $wgMinimalPasswordLength
password generation ignores $wgMinimalPasswordLength
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
User login and signup (Other open bugs)
1.5.x
All All
: Normal blocker (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-11-25 03:17 UTC by Sven Klemm
Modified: 2010-05-15 15:38 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments
Fixes Bug 4071 (918 bytes, patch)
2005-11-25 03:20 UTC, Sven Klemm
Details
modified function to have generated passwords contain 1 digit at random position (1023 bytes, patch)
2005-11-27 05:32 UTC, Sven Klemm
Details

Description Sven Klemm 2005-11-25 03:17:23 UTC
The function that generates the password for 'Mail me a new password' statically
generates a password with seven characters and ignores the value set in
$wgMinimalPasswordLength.
Comment 1 Sven Klemm 2005-11-25 03:20:23 UTC
Created attachment 1098 [details]
Fixes Bug 4071
Comment 2 Brion Vibber 2005-11-25 23:21:03 UTC
The patch removes the digit. Is that wise? (It might be better to change it randomize 
which chars are which).
Comment 3 Sven Klemm 2005-11-27 05:32:03 UTC
Created attachment 1104 [details]
modified function to have generated passwords contain 1 digit at random position
Comment 4 Ævar Arnfjörð Bjarmason 2005-12-01 00:51:23 UTC
Will the user be unable to log in with the new password if it's below the limit?
If so this is a blocker.
Comment 5 Sven Klemm 2005-12-01 01:27:09 UTC
Yes, login with a password shorter than $wgMinimalPasswordLength is not possible.
(changed the severity to blocker)
Comment 6 Brion Vibber 2005-12-01 08:49:31 UTC
Applied on HEAD and REL1_5. Will be in 1.5.3.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links