diff --git a/build.xml b/build.xml index a2672170..e1399cd2 100644 --- a/build.xml +++ b/build.xml @@ -3,7 +3,7 @@ - + diff --git a/src/org/ohmage/query/impl/UserQueries.java b/src/org/ohmage/query/impl/UserQueries.java index 9f833a95..f51e4efe 100644 --- a/src/org/ohmage/query/impl/UserQueries.java +++ b/src/org/ohmage/query/impl/UserQueries.java @@ -641,7 +641,7 @@ public void createUserRegistration( new Object[] { username, hashedPassword, - //null, + null, emailAddress, false, false, @@ -657,12 +657,13 @@ public void createUserRegistration( SQL_INSERT_USER + "' with parameters: " + username + ", " + - emailAddress + ", " + hashedPassword + ", " + + "null" + + emailAddress + ", " + false + ", " + false + ", " + false + ", " + - "null", + defaultCampaignCreationPrivilege, e); }