This patch make email address the user's username as requested in the TODO.
query_users.php is modified even if we will drop it in the future to be sure it works everywhere.
This commit is contained in:
@@ -86,7 +86,7 @@ create table userExperience (
|
||||
testPlatform varchar(100),
|
||||
wineVintage varchar(100),
|
||||
entryDate timestamp not null,
|
||||
userName text not null,
|
||||
userId int not null,
|
||||
wineCfgFile text,
|
||||
key(uExpId)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user