diff options
author | Marc Alexander <admin@m-a-styles.de> | 2014-05-30 23:00:57 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2014-06-01 21:31:05 +0200 |
commit | 4698f6928e44a24a7a10ff8b4fed2c1a24cab338 (patch) | |
tree | edc7bba181871a9a87718a5e0662eaa3b0ccd4b6 /tests/auth/provider_apache_test.php | |
parent | 0a1e21c17fe6181d3826ff88c86e4d040aff447f (diff) | |
download | forums-4698f6928e44a24a7a10ff8b4fed2c1a24cab338.tar forums-4698f6928e44a24a7a10ff8b4fed2c1a24cab338.tar.gz forums-4698f6928e44a24a7a10ff8b4fed2c1a24cab338.tar.bz2 forums-4698f6928e44a24a7a10ff8b4fed2c1a24cab338.tar.xz forums-4698f6928e44a24a7a10ff8b4fed2c1a24cab338.zip |
[ticket/12352] Remove usages of user_pass_convert column
PHPBB3-12352
Diffstat (limited to 'tests/auth/provider_apache_test.php')
-rw-r--r-- | tests/auth/provider_apache_test.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auth/provider_apache_test.php b/tests/auth/provider_apache_test.php index e17040902f..2decf0f18c 100644 --- a/tests/auth/provider_apache_test.php +++ b/tests/auth/provider_apache_test.php @@ -148,7 +148,6 @@ class phpbb_auth_provider_apache_test extends phpbb_database_test_case 'username_clean' => 'foobar', 'user_password' => $this->password_hash, 'user_passchg' => '0', - 'user_pass_convert' => '0', 'user_email' => 'example@example.com', 'user_email_hash' => '0', 'user_birthday' => '', |