This commit is contained in:
@@ -242,7 +242,8 @@ namespace AyaNova.Util
|
||||
public async static void GenSeedUser(ILogger log, int count, AuthorizationRoles roles, UserType userType, bool active = true, string login = null, string password = null)
|
||||
{
|
||||
UserBiz Biz = UserBiz.GetBizInternal(ServiceProviderProvider.DBContext);
|
||||
// Biz.CreateAsync()
|
||||
//allow creation of not entirely ready users (missing client id or subcontractor vendor id etc)
|
||||
Biz.SeedOrImportRelaxedRulesMode = true;
|
||||
|
||||
for (int x = 0; x < count; x++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user