aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/passwords/driver/bcrypt.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2013-09-20 17:31:32 +0200
committerMarc Alexander <admin@m-a-styles.de>2013-09-20 17:31:32 +0200
commita00854c406215d787465422d7ea7def8c24180f5 (patch)
tree0e8352afe2bdf9d6cca276668da2302fee89321d /phpBB/phpbb/passwords/driver/bcrypt.php
parentbeafef00004007024d3c8c769d630d7d5ec9b698 (diff)
downloadforums-a00854c406215d787465422d7ea7def8c24180f5.tar
forums-a00854c406215d787465422d7ea7def8c24180f5.tar.gz
forums-a00854c406215d787465422d7ea7def8c24180f5.tar.bz2
forums-a00854c406215d787465422d7ea7def8c24180f5.tar.xz
forums-a00854c406215d787465422d7ea7def8c24180f5.zip
[feature/passwords] Do not pass phpbb_container to passwords manager
PHPBB3-11610
Diffstat (limited to 'phpBB/phpbb/passwords/driver/bcrypt.php')
-rw-r--r--phpBB/phpbb/passwords/driver/bcrypt.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/phpBB/phpbb/passwords/driver/bcrypt.php b/phpBB/phpbb/passwords/driver/bcrypt.php
index 2c2ab8e7b7..db41fe6b38 100644
--- a/phpBB/phpbb/passwords/driver/bcrypt.php
+++ b/phpBB/phpbb/passwords/driver/bcrypt.php
@@ -33,14 +33,6 @@ class phpbb_passwords_driver_bcrypt extends phpbb_passwords_driver_base
/**
* @inheritdoc
*/
- public function get_type()
- {
- return get_class($this);
- }
-
- /**
- * @inheritdoc
- */
public function hash($password, $salt = '')
{
// The 2x and 2y prefixes of bcrypt might not be supported