From 4b3aacfd18a8a3334532f9fcc830affb5f12963b Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Fri, 30 May 2014 00:22:55 +0200 Subject: [ticket/12352] Add get_settings_only method to passwords driver base PHPBB3-12352 --- phpBB/phpbb/passwords/driver/sha1.php | 8 -------- 1 file changed, 8 deletions(-) (limited to 'phpBB/phpbb/passwords/driver/sha1.php') diff --git a/phpBB/phpbb/passwords/driver/sha1.php b/phpBB/phpbb/passwords/driver/sha1.php index a698392ec6..35cd64769b 100644 --- a/phpBB/phpbb/passwords/driver/sha1.php +++ b/phpBB/phpbb/passwords/driver/sha1.php @@ -48,12 +48,4 @@ class sha1 extends base { return $hash === sha1($password); } - - /** - * @inheritdoc - */ - public function get_settings_only($hash, $full = false) - { - return false; - } } -- cgit v1.2.1