diff options
author | Marc Alexander <admin@m-a-styles.de> | 2014-10-22 14:54:55 -0500 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2014-10-22 14:54:55 -0500 |
commit | 0bc04a4df098da1fd8fe6e272ebf877ae15b7032 (patch) | |
tree | 8a71d60ef5bee7092c97c2faaab33a8340d1348b /phpBB/config | |
parent | 2b47ef1266a04ae0bf692a1568687968e8e2b827 (diff) | |
download | forums-0bc04a4df098da1fd8fe6e272ebf877ae15b7032.tar forums-0bc04a4df098da1fd8fe6e272ebf877ae15b7032.tar.gz forums-0bc04a4df098da1fd8fe6e272ebf877ae15b7032.tar.bz2 forums-0bc04a4df098da1fd8fe6e272ebf877ae15b7032.tar.xz forums-0bc04a4df098da1fd8fe6e272ebf877ae15b7032.zip |
[ticket/13203] Use string_compare method in passwords drivers
PHPBB3-13203
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/password.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/config/password.yml b/phpBB/config/password.yml index 09e935016e..cb45ec3d42 100644 --- a/phpBB/config/password.yml +++ b/phpBB/config/password.yml @@ -101,6 +101,7 @@ services: arguments: - @request - @passwords.driver.salted_md5 + - @passwords.driver_helper - %core.root_path% - %core.php_ext% tags: |