1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 12:03:21 +01:00

[ticket/12352] Mark salted md5 and phpass passwords driver as legacy

PHPBB3-12352
This commit is contained in:
Marc Alexander 2014-05-01 14:22:59 +02:00
parent ee72e7b3ad
commit 68f59defb0

View File

@ -53,6 +53,14 @@ class salted_md5 extends base
return self::PREFIX;
}
/**
* @inheritdoc
*/
public function is_legacy()
{
return true;
}
/**
* @inheritdoc
*/