mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[ticket/12352] Mark salted md5 and phpass passwords driver as legacy
PHPBB3-12352
This commit is contained in:
@@ -53,6 +53,14 @@ class salted_md5 extends base
|
|||||||
return self::PREFIX;
|
return self::PREFIX;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @inheritdoc
|
||||||
|
*/
|
||||||
|
public function is_legacy()
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @inheritdoc
|
* @inheritdoc
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user