1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-11 04:54:26 +02:00

hybridAuth work - still some issues.

This commit is contained in:
CaMer0n
2012-06-14 04:11:52 +00:00
parent 3b9d9a31c3
commit 3b2d8333b6
5 changed files with 106 additions and 14 deletions

View File

@@ -519,7 +519,7 @@ CREATE TABLE user (
user_perms text NOT NULL,
user_realm text NOT NULL,
user_pwchange int(10) unsigned NOT NULL default '0',
user_xup varchar(100) NOT NULL default '',
user_xup text NOT NULL,
PRIMARY KEY (user_id),
UNIQUE KEY user_name (user_name),
UNIQUE KEY user_loginname (user_loginname),