mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/12352] Mark salted md5 and phpass passwords driver as legacy
PHPBB3-12352
This commit is contained in:
parent
ee72e7b3ad
commit
68f59defb0
1 changed files with 8 additions and 0 deletions
|
@ -53,6 +53,14 @@ class salted_md5 extends base
|
|||
return self::PREFIX;
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
*/
|
||||
public function is_legacy()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue