Activities of "liangshiwei"

Hi,

You can check the document: https://docs.abp.io/en/abp/latest/Deployment/Configuring-OpenIddict

You need to install the Volo.Abp.Application.Services package, this is the only way.

You can get access_token from local storage

Hi,

Currently, ABP only provide MVC UI for public site. You can create an angular template and remove the modules you don't need, make it a public website

Please make sure the RabbitMQ Server is available.

Hi,

We will check it

Hi,

We will check it

Hi,

We will fix it in the next patch version. your ticket was refunded.

This is a temporary solution:

[ExposeServices(typeof(ChangePasswordModel))]
public class MyChangePasswordModel : ChangePasswordModel
{
    public async override Task<IActionResult> OnPostAsync()
    {
        if (CurrentPassword == NewPassword) 
        {
            Alerts.Warning(L["NewPasswordSameAsOld"]);
            return Page();
        }

        return await base.OnPostAsync();
    }
}

Hi,

We will check it

Hi,

You can refer to this project: https://github.com/abpframework/abp/blob/dev/framework/test/Volo.Abp.AspNetCore.Mvc.Tests/Volo/Abp/AspNetCore/Mvc/ApiExploring/AbpApiDefinitionController_Tests.cs

Showing 3511 to 3520 of 6693 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.