mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 19:24:01 +02:00
[ticket/14733] Support increasing hashing cost factor
PHPBB3-14733
This commit is contained in:
@@ -297,7 +297,7 @@ class manager
|
||||
}
|
||||
else
|
||||
{
|
||||
$this->convert_flag = false;
|
||||
$this->convert_flag = $stored_hash_type->needs_rehash($hash);
|
||||
}
|
||||
|
||||
// Check all legacy hash types if prefix is $CP$
|
||||
|
Reference in New Issue
Block a user