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:
@@ -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),
|
||||
|
Reference in New Issue
Block a user