1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-10 02:36:38 +02:00

[ticket/12352] Remove usages of user_pass_convert column

PHPBB3-12352
This commit is contained in:
Marc Alexander
2014-05-30 23:00:57 +02:00
parent 0a1e21c17f
commit 4698f6928e
9 changed files with 3 additions and 15 deletions

View File

@@ -70,7 +70,6 @@ class phpbb_auth_provider_db_test extends phpbb_database_test_case
'username' => 'foobar',
'user_password' => $password_hash,
'user_passchg' => '0',
'user_pass_convert' => '0',
'user_email' => 'example@example.com',
'user_type' => '0',
'user_login_attempts' => '0',