Activities of "maliming"

Answer

hi

What's the error logs of API.Host?

hi mikeolofernes

I have confirmed.

You can get email settings from blazor app, because the email settings are not visible to client.

You can only call an API from blazor, and the backend to send to email.

Can I check your app by zoom remotely?

https://us05web.zoom.us/j/89210760707?pwd=NW1wVWovMlR0ZE1pVzR3dUZhMm52QT09

Yes please send it to liming.ma@volosoft.com I will test it.

hi

What are the values of the SMTP settings?

What are full steps to reproduce in a new template?

hi

Does your project has the Themes\LeptonX\Layouts\Account?

hi

For openiddict

[Dependency(ReplaceServices = true)]
[ExposeServices(typeof(TokenController))]
class MyTokenController : TokenController
{
    protected override async Task<IActionResult> SetSuccessResultAsync(OpenIddictRequest request, IdentityUser user)
    {
        var userManager = LazyServiceProvider.LazyGetRequiredService<IdentityUserManager>();
        user.SetProperty(ConcurrentLoginConsts.ConcurrentLoginToken, Guid.NewGuid().ToString("N"));
        await UserManager.UpdateAsync(user);

        return await base.SetSuccessResultAsync(request, user);
    }
}

https://github.com/abpframework/abp/blob/a4aba09dc909006ea188f322e73cf56f56fe4616/modules/openiddict/src/Volo.Abp.OpenIddict.AspNetCore/Volo/Abp/OpenIddict/Controllers/TokenController.Password.cs#L213

hi

Can you reproduce it in a new template project? liming.ma@volosoft.com

What is your PollingWorker class? You can inject services on the constructor or method context.

Showing 7291 to 7300 of 10592 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.0.0-preview. Updated on September 05, 2025, 09:28