This commit is contained in:
2021-09-11 00:29:12 +00:00
parent e0a82897c7
commit 9b39727f27

View File

@@ -1236,7 +1236,7 @@ namespace AyaNova.PlugIn.V8
d.roles = 0;//todo: try to determine role from v7 member of group? or is that even possible?
d.login = util.RandomString();
d.password = util.RandomString();
SetTags(d, tags);
var rContact = await util.PostAsync("user", d);
@@ -1452,7 +1452,7 @@ namespace AyaNova.PlugIn.V8
d.roles = 0;//todo: try to determine role from v7 member of group? or is that even possible?
d.login = util.RandomString();
d.password = util.RandomString();
SetTags(d, tags);
var rContact = await util.PostAsync("user", d);