1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

[feature/passwords] Add schema changes for new hash types

PHPBB3-11610
This commit is contained in:
Marc Alexander
2013-06-17 23:04:22 +02:00
parent 4b81b93d10
commit dae4327cfc
9 changed files with 72 additions and 9 deletions

View File

@@ -954,7 +954,7 @@ CREATE TABLE phpbb_users (
user_regdate int(11) UNSIGNED DEFAULT '0' NOT NULL,
username blob NOT NULL,
username_clean blob NOT NULL,
user_password varbinary(120) DEFAULT '' NOT NULL,
user_password blob DEFAULT '' NOT NULL,
user_passchg int(11) UNSIGNED DEFAULT '0' NOT NULL,
user_pass_convert tinyint(1) UNSIGNED DEFAULT '0' NOT NULL,
user_email blob NOT NULL,