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
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
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.