From 5ce0bb76308e8b96050316e4dc89f34ba3967cab Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Mon, 10 Feb 2014 22:06:42 +0100 Subject: [ticket/12183] Update user_newpasswd column to length of 255 in schema files PHPBB3-12183 --- phpBB/includes/db/schema_data.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/db/schema_data.php') diff --git a/phpBB/includes/db/schema_data.php b/phpBB/includes/db/schema_data.php index cb09116856..1373d5fa96 100644 --- a/phpBB/includes/db/schema_data.php +++ b/phpBB/includes/db/schema_data.php @@ -1173,7 +1173,7 @@ $schema_data['phpbb_users'] = array( 'user_jabber' => array('VCHAR_UNI', ''), 'user_website' => array('VCHAR_UNI:200', ''), 'user_actkey' => array('VCHAR:32', ''), - 'user_newpasswd' => array('VCHAR_UNI:40', ''), + 'user_newpasswd' => array('VCHAR_UNI', ''), 'user_form_salt' => array('VCHAR_UNI:32', ''), 'user_new' => array('BOOL', 1), 'user_reminded' => array('TINT:4', 0), -- cgit v1.2.1