diff options
Diffstat (limited to 'phpBB/phpbb/passwords/driver/sha1.php')
-rw-r--r-- | phpBB/phpbb/passwords/driver/sha1.php | 8 |
1 files changed, 0 insertions, 8 deletions
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; - } } |