aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/passwords/driver/interface.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/interface.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/interface.php')
-rw-r--r--phpBB/phpbb/passwords/driver/interface.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/phpBB/phpbb/passwords/driver/interface.php b/phpBB/phpbb/passwords/driver/interface.php
index a019830cb4..a2088db81c 100644
--- a/phpBB/phpbb/passwords/driver/interface.php
+++ b/phpBB/phpbb/passwords/driver/interface.php
@@ -34,13 +34,6 @@ interface phpbb_passwords_driver_interface
public function get_prefix();
/**
- * Returns the name of the hash type
- *
- * @return string Hash type of driver
- */
- public function get_type();
-
- /**
* Hash the password
*
* @return string Password hash