Closed (duplicate)
Project:
Drupal core
Version:
10.1.x-dev
Component:
user system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
26 Nov 2012 at 11:29 UTC
Updated:
17 Feb 2023 at 23:49 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedlog2-count-as-default-argument.patch queued for re-testing.
Comment #3
Anonymous (not verified) commentedComment #4
znerol commentedReroll.
Comment #5
Jalandhar commentedComment #6
Jalandhar commentedPlease review the updated patch which is working fine.
Comment #7
znerol commentedComment #14
borisson_This patch doesn't apply anymore, and thus needs a reroll.
When rerolling this issue, please don't rename the variable, only the constant and comment move should be done.
Comment #15
Anonymous (not verified) commentedPerhaps it is worth closing this issue in favor of #2165549: Reduce number of password hashing iterations in all tests to improve test performance. And to discuss what place is better (constructor vs settings).
If we leave it open, then tests are needed. Example, why HASH_COUNT = 16? And how to ensure that this value is not obsolete in future?
From @sun's post it should be:
Also have sense epic works in #1845004: Replace custom password hashing library with PHP password_hash() and https://wiki.php.net/rfc/argon2_password_hash (for happy sites with php 7.2)
Comment #16
mohit1604 commentedRerolled the patch, please review it:)
Comment #17
borisson_@mohit1604, the patch in #16 looks good. I don't think we should rename the contructor parameter in this issue though, that seems like scope creep
Comment #25
mfbI'd say this should be closed in favor of #1845004: Replace custom password hashing library with PHP password_hash(). But in any case, rerolled! and reverted scope creep
Comment #26
smustgrave commentedBrought this update in #contribute and @andypost also agrees this is probably a duplicate
Closing in favor of #1845004: Replace custom password hashing library with PHP password_hash()