Closed
Bug 1009017
Opened 11 years ago
Closed 11 years ago
users are unable to log in if their password needs to be re-encrypted and their password does not match the current complexity rule
Categories
(Bugzilla :: User Accounts, defect)
Bugzilla
User Accounts
Tracking
()
RESOLVED
FIXED
Bugzilla 4.4
People
(Reporter: glob, Assigned: glob)
Details
Attachments
(1 file)
|
538 bytes,
patch
|
dkl
:
review+
|
Details | Diff | Splinter Review |
steps:
1. find an account with its password encrypted with 'crypt', not SHA-256
2. change the password complexity rules so that accounts password will not pass the complexity check
3. log in using that account
expected:
- login works
- password re-encrypted in the database to use SHA-256
actual:
- unable to log in:
"The password must contain at least one: UPPERCASE letter, lowercase.."
Attachment #8421071 -
Flags: review?(dkl)
Comment 2•11 years ago
|
||
Comment on attachment 8421071 [details] [diff] [review]
1009017_1.patch
Review of attachment 8421071 [details] [diff] [review]:
-----------------------------------------------------------------
Works good. r=dkl
Attachment #8421071 -
Flags: review?(dkl) → review+
Flags: approval4.4+
Flags: approval+
Target Milestone: --- → Bugzilla 4.4
To ssh://gitolite3@git.mozilla.org/bugzilla/bugzilla.git
a7c6e8a..f7f5857 4.4 -> 4.4
To ssh://gitolite3@git.mozilla.org/bugzilla/bugzilla.git
1ac0861..41b3c0c master -> master
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•