1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-07 09:16:55 +02:00

[feature/passwords] Use VCHAR_UNI instead of VCHAR_CI for user_passwords

PHPBB3-11610
This commit is contained in:
Marc Alexander
2013-10-13 11:37:22 +02:00
parent 1d57ec1f65
commit 0f64843ac8
2 changed files with 2 additions and 2 deletions

View File

@@ -1112,7 +1112,7 @@ $schema_data['phpbb_users'] = array(
'user_regdate' => array('TIMESTAMP', 0),
'username' => array('VCHAR_CI', ''),
'username_clean' => array('VCHAR_CI', ''),
'user_password' => array('VCHAR_CI', ''),
'user_password' => array('VCHAR_UNI', ''),
'user_passchg' => array('TIMESTAMP', 0),
'user_pass_convert' => array('BOOL', 0),
'user_email' => array('VCHAR_UNI:100', ''),