This commit is contained in:
@@ -40,7 +40,7 @@ namespace raven_integration
|
||||
D.login = Util.Uniquify("LOGIN");
|
||||
D.password = Util.Uniquify("PASSWORD");
|
||||
D.usertype = 1;
|
||||
D.localeId = 1;//random locale
|
||||
|
||||
D.userType = 3;//non scheduleable
|
||||
|
||||
a = await Util.PostAsync("User", await Util.GetTokenAsync("manager", "l3tm3in"), D.ToString());
|
||||
@@ -57,7 +57,7 @@ namespace raven_integration
|
||||
D.login = Util.Uniquify("LOGIN");
|
||||
D.password = Util.Uniquify("PASSWORD");
|
||||
D.usertype = 1;
|
||||
D.localeId = 1;//random locale
|
||||
|
||||
D.userType = 3;//non scheduleable
|
||||
|
||||
a = await Util.PostAsync("User", await Util.GetTokenAsync("manager", "l3tm3in"), D.ToString());
|
||||
@@ -194,7 +194,7 @@ namespace raven_integration
|
||||
D.login = Util.Uniquify("LOGIN");
|
||||
D.password = Util.Uniquify("PASSWORD");
|
||||
D.usertype = 1;
|
||||
D.localeId = 1;//random locale
|
||||
|
||||
D.userType = 3;//non scheduleable
|
||||
D.customFields = Util.UserRequiredCustomFieldsJsonString();
|
||||
|
||||
@@ -258,7 +258,7 @@ namespace raven_integration
|
||||
D.login = Util.Uniquify("LOGIN");
|
||||
D.password = Util.Uniquify("PASSWORD");
|
||||
D.usertype = 1;
|
||||
D.localeId = 1;//random locale
|
||||
|
||||
D.userType = 3;//non scheduleable
|
||||
D.customFields = Util.UserRequiredCustomFieldsJsonString();
|
||||
|
||||
@@ -324,7 +324,7 @@ namespace raven_integration
|
||||
D.login = Util.Uniquify("LOGIN");
|
||||
D.password = Util.Uniquify("PASSWORD");
|
||||
D.usertype = 1;
|
||||
D.localeId = 1;//random locale
|
||||
|
||||
D.userType = 3;//non scheduleable
|
||||
D.customFields = Util.UserRequiredCustomFieldsJsonString();
|
||||
|
||||
@@ -423,7 +423,7 @@ namespace raven_integration
|
||||
D.login = Util.Uniquify("LOGIN");
|
||||
D.password = Util.Uniquify("PASSWORD");
|
||||
D.usertype = 1;
|
||||
D.localeId = 1;//random locale
|
||||
|
||||
D.userType = 3;//non scheduleable
|
||||
D.customFields = Util.UserRequiredCustomFieldsJsonString();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user