Closed
Bug 455172
Opened 17 years ago
Closed 17 years ago
max-length of password seems too short
Categories
(Bugzilla :: User Accounts, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 211006
People
(Reporter: u294409, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; pl; rv:1.9.0.1) Gecko/2008070206 openSUSE/11.0 Firefox/3.0.1
Build Identifier:
I want to change my password, but every bugzilla installation I found, doesn't allow me to use more than 16 chars longer password.
why? is it kind of "just like that" design, or is it performance/etc problem?
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Actual Results:
max 16 chars
Expected Results:
more
historically you were limited by crypt()
Traditional crypt:
The first 8 bytes of the key are null-padded, and the low-order 7 bits of
each character is used to form the 56-bit DES key.
Summary: max-lenght of password seem too short → max-length of password seems too short
![]() |
||
Updated•17 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
Comment 3•14 years ago
|
||
more than 16 characters long password would be good for http://en.wikipedia.org/wiki/Diceware
![]() |
||
Comment 4•14 years ago
|
||
(In reply to Ralf Hauser from comment #3)
> more than 16 characters long password would be good
This limitation is gone since Bugzilla 3.6, see bug 471620.
You need to log in
before you can comment on or make changes to this bug.
Description
•