Activities of "maliming"

hi

The 8923ECD9CC3A022B71E966D19950185C is the md5 of scripts content.

So, it should be the same for all instances.

hi

My goal is use my openId provider for host but not all tenant can use it if a tenant need it can set it up on administration area.

You can override the ExternalProviderSettingsHelper to implement this.

abp/account/src/Volo.Abp.Account.Pro.Shared.Application/Volo/Abp/Account/ExternalProviders/ExternalProviderSettingsHelper.cs

Download the account pro module to check its source code.

hi franciscokadzi

Can you share a simple project?

liming.ma@volosoft.com

Thanks

Answer

hi

You can add a tenantid parameter to the methods.

BackgroundJob.Schedule(() => CleanUpMediaMedBridge(tenantid), TimeSpan.FromHours(4));

public async Task CleanUpMediaMedBridge(Guid? tenantid)
{
   //https://docs.abp.io/en/abp/latest/Multi-Tenancy#change-the-current-tenant
}

The CleanUpMediaMedBridge method is called by hangfire. So it will lose all context.

hi

Please share the logs.txt

liming.ma@volosoft.com

Thanks

hi

What's the ReturnUrl value of emailArgs?

var emailArgs = new SendEmailConfirmationTokenDto 
{ 
    AppName = "MVC", 
    ReturnUrl = ReturnUrl, 
    ReturnUrlHash = ReturnUrlHash, 
    UserId = user.Id, 
}; 

hi

I didn't receive the logs. Can you share it by https://wetransfer.com/ liming.ma@volosoft.com

Thanks

hi

Can you share a simple project to reproduce?

liming.ma@volosoft.com

Answer

hi

When I created scheduled job and it was executed it doesn't work as expected. It doesn't have the correct context - TenantId is null.

Please share your code.

Thanks

hi

I have no experience with New-SelfSignedCertificate command.

Showing 4841 to 4850 of 11529 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.