change user api

merge-requests/1/head
Rasika 9 years ago
parent 8454bb2ea7
commit dd138ebad5

@ -59,18 +59,10 @@ if (uriMatcher.match("/{context}/api/user/login/")) {
emailAddress = addUserFormData.emailAddress;
password = addUserFormData.password;
<<<<<<< HEAD
=======
//enable internal subscriptions for APIM
userRoleStr = "Internal/subscriber,Internal/everyone" ;
userRoles = String(userRoleStr).split(",");
>>>>>>> f1bc4007d286384b865705772c640b09b10607d7
try {
result = userModule.registerUser(username, firstname, lastname, emailAddress, password,
userRoles);

Loading…
Cancel
Save