Ends in:
5 DAYS
16 HRS
19 MIN
20 SEC
Ends in:
5 D
16 H
19 M
20 S

Activities of "abhisheksreesaila"

by upgrading the 8.3x - it introduced a new issue.

My solution is hooked up to the SOURCE code of the account pro solution (which I have not modified)

Any pointers would be appreciated.

to close the loop on this, Release 8.3 fixed the issue.

actually it looks like ABP 8.3 solves the problem. just saw the migration guide. Let me upgrade and report back

I changed the above code slightly since the email property cannot take USER NAME.

private async Task MigrateAndSeedTenantDatabaseAsync(Guid tenantId, string userName, string password)
        {
            using (_currentTenant.Change(tenantId))
            {
                await _dbSchemaMigrator.MigrateAsync();
                   await _dataSeeder.SeedAsync(new DataSeedContext(tenantId)
                    .WithProperty("AdminUserName",
                        userName)
                    .WithProperty(IdentityDataSeedContributor.AdminPasswordPropertyName,
                        password)
                );
            }
        }

it made it worse. It defaulted everything.

Showing 11 to 14 of 14 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 26, 2024, 12:49