This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user