4648
This commit is contained in:
@@ -41,7 +41,7 @@ namespace raven_integration
|
||||
D.password = Util.Uniquify("PASSWORD");
|
||||
D.usertype = 1;
|
||||
|
||||
D.userType = 3;//non scheduleable
|
||||
D.userType = 2;// not service type user
|
||||
|
||||
a = await Util.PostAsync("User", await Util.GetTokenAsync("superuser", "l3tm3in"), D.ToString());
|
||||
Util.ValidateDataReturnResponseOk(a);
|
||||
@@ -58,7 +58,7 @@ namespace raven_integration
|
||||
D.password = Util.Uniquify("PASSWORD");
|
||||
D.usertype = 1;
|
||||
|
||||
D.userType = 3;//non scheduleable
|
||||
D.userType = 2;// not service type user
|
||||
|
||||
a = await Util.PostAsync("User", await Util.GetTokenAsync("superuser", "l3tm3in"), D.ToString());
|
||||
Util.ValidateDataReturnResponseOk(a);
|
||||
@@ -174,7 +174,7 @@ namespace raven_integration
|
||||
D.password = Util.Uniquify("PASSWORD");
|
||||
D.usertype = 1;
|
||||
|
||||
D.userType = 3;//non scheduleable
|
||||
D.userType = 2;// not service type user
|
||||
D.customFields = Util.UserRequiredCustomFieldsJsonString();
|
||||
|
||||
a = await Util.PostAsync("User", await Util.GetTokenAsync("superuser", "l3tm3in"), D.ToString());
|
||||
@@ -238,7 +238,7 @@ namespace raven_integration
|
||||
D.password = Util.Uniquify("PASSWORD");
|
||||
D.usertype = 1;
|
||||
|
||||
D.userType = 3;//non scheduleable
|
||||
D.userType = 2;// not service type user
|
||||
D.customFields = Util.UserRequiredCustomFieldsJsonString();
|
||||
|
||||
a = await Util.PostAsync("User", await Util.GetTokenAsync("superuser", "l3tm3in"), D.ToString());
|
||||
@@ -304,7 +304,7 @@ namespace raven_integration
|
||||
D.password = Util.Uniquify("PASSWORD");
|
||||
D.usertype = 1;
|
||||
|
||||
D.userType = 3;//non scheduleable
|
||||
D.userType = 2;// not service type user
|
||||
D.customFields = Util.UserRequiredCustomFieldsJsonString();
|
||||
|
||||
a = await Util.PostAsync("User", await Util.GetTokenAsync("superuser", "l3tm3in"), D.ToString());
|
||||
@@ -411,7 +411,7 @@ namespace raven_integration
|
||||
D.password = Util.Uniquify("PASSWORD");
|
||||
D.usertype = 1;
|
||||
|
||||
D.userType = 3;//non scheduleable
|
||||
D.userType = 2;// not service type user
|
||||
D.customFields = Util.UserRequiredCustomFieldsJsonString();
|
||||
|
||||
a = await Util.PostAsync("User", await Util.GetTokenAsync("superuser", "l3tm3in"), D.ToString());
|
||||
|
||||
Reference in New Issue
Block a user