diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-11-18 21:06:00 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-11-18 21:06:00 +0100 |
commit | 9872316cac4df4987fdabc9512ca6ebeb7e5e04f (patch) | |
tree | 797b82fb3f2626a49de12de69774664a04f47ad1 /tests/auth | |
parent | aed7e369c30bb724a1496fbda34707280a56ea22 (diff) | |
download | forums-9872316cac4df4987fdabc9512ca6ebeb7e5e04f.tar forums-9872316cac4df4987fdabc9512ca6ebeb7e5e04f.tar.gz forums-9872316cac4df4987fdabc9512ca6ebeb7e5e04f.tar.bz2 forums-9872316cac4df4987fdabc9512ca6ebeb7e5e04f.tar.xz forums-9872316cac4df4987fdabc9512ca6ebeb7e5e04f.zip |
[ticket/16167] Remove uses of user_email_hash
PHPBB3-16167
Diffstat (limited to 'tests/auth')
-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 b1c84d47b6..ebc97c204a 100644 --- a/tests/auth/provider_apache_test.php +++ b/tests/auth/provider_apache_test.php @@ -121,7 +121,6 @@ class phpbb_auth_provider_apache_test extends phpbb_database_test_case 'user_password' => '$2y$10$4RmpyVu2y8Yf/lP3.yQBquKvE54TCUuEDEBJYY6FDDFN3LcbCGz9i', 'user_passchg' => '0', 'user_email' => 'example@example.com', - 'user_email_hash' => '0', 'user_birthday' => '', 'user_lastvisit' => '0', 'user_lastmark' => '0', |