aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/passwords/driver/bcrypt_wcf2.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/passwords/driver/bcrypt_wcf2.php')
-rw-r--r--phpBB/phpbb/passwords/driver/bcrypt_wcf2.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/phpBB/phpbb/passwords/driver/bcrypt_wcf2.php b/phpBB/phpbb/passwords/driver/bcrypt_wcf2.php
index 636fe74789..ecfef9de18 100644
--- a/phpBB/phpbb/passwords/driver/bcrypt_wcf2.php
+++ b/phpBB/phpbb/passwords/driver/bcrypt_wcf2.php
@@ -80,12 +80,4 @@ class bcrypt_wcf2 extends base
return $hash === $this->bcrypt->hash($this->bcrypt->hash($password, $salt), $salt);
}
}
-
- /**
- * @inheritdoc
- */
- public function get_settings_only($hash, $full = false)
- {
- return false;
- }
}