diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-09-25 18:00:49 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-10-03 22:09:16 +0200 |
commit | d15269950d8f577a69f3359614d48087c84d4cec (patch) | |
tree | b10906f57a9a6b47afd433bb53622e3be8b29e52 /phpBB/phpbb/passwords/driver/driver_interface.php | |
parent | 297376ee949f3afe6ad2bd6849be8b8115a1adbb (diff) | |
download | forums-d15269950d8f577a69f3359614d48087c84d4cec.tar forums-d15269950d8f577a69f3359614d48087c84d4cec.tar.gz forums-d15269950d8f577a69f3359614d48087c84d4cec.tar.bz2 forums-d15269950d8f577a69f3359614d48087c84d4cec.tar.xz forums-d15269950d8f577a69f3359614d48087c84d4cec.zip |
[ticket/14733] Use new interface to preserve backwards compatibility
PHPBB3-14733
Diffstat (limited to 'phpBB/phpbb/passwords/driver/driver_interface.php')
-rw-r--r-- | phpBB/phpbb/passwords/driver/driver_interface.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/phpBB/phpbb/passwords/driver/driver_interface.php b/phpBB/phpbb/passwords/driver/driver_interface.php index 6a660b80ea..3974484f13 100644 --- a/phpBB/phpbb/passwords/driver/driver_interface.php +++ b/phpBB/phpbb/passwords/driver/driver_interface.php @@ -30,14 +30,6 @@ interface driver_interface public function is_legacy(); /** - * Check if password needs to be rehashed - * - * @param string $hash Hash to check for rehash - * @return bool True if password needs to be rehashed, false if not - */ - public function needs_rehash($hash); - - /** * Returns the hash prefix * * @return string Hash prefix |