Activities of "abhisheksreesaila"

I dont have "auth server" project now. How i can add it?

I already have a solution. Can i add a "auth server" project now? or create a new solution and transfer my code?

I see, makes sense. Let me try that and close this issue

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 21 to 27 of 27 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 12, 2025, 10:20