Activities of "liangshiwei"

Hi,

I didn't see useful information.

Can you share the full log file?

Can we have localization resource file for each tenant.

No, but we have a language management module, which can set different localized text for different tenants.

Hi,

Maybe this can help you: https://github.com/abpframework/abp/pull/16504

It's a new feature in 7.3,

Hi,

I can't reproduce the problem.

how to move the right panel to the top of the page or fixed place in the menu footer instead of the right panel, if you open it in MS. Edge browser it will display as the following which make the user confused :

I think this is the problem of the Edge browser, not the lepthonX theme.

You can hide the Edge sidebar:

Hi,

Please share the error logs. Thanks.

Hi,

You can try this.

Update Chat Service project:

  • Update the appsettings.json
  "RemoteServices": {
    "AbpIdentity": {
      "BaseUrl": "https://localhost:44388/", Identity service URL
      "UseCurrentAccessToken": "false"
    }
  },
  "IdentityClients": {
    "Default": {
      "GrantType": "client_credentials",
      "ClientId": "AdministrationService",
      "ClientSecret": "1q2w3e*",
      "Authority": "https://localhost:44322", AuthServer URL
      "Scope": "IdentityService",
      "RequireHttps": "true",
      "ValidateIssuerName": "true",
      "ValidateEndpoints ": "true"
    }
  },
  • Grant user lookup permission to AdministrationService

You can create an application named ChatService instead of using AdministrationService

  • Add package references

<PackageReference Include="Volo.Abp.Identity.Pro.HttpApi.Client" Version="7.2.2" /> <PackageReference Include="Volo.Abp.Http.Client.IdentityModel.Web" Version="7.2.2" />

[DependsOn(typeof(AbpHttpClientIdentityModelWebModule))]
[DependsOn(typeof(AbpIdentityHttpApiClientModule))]
public class ...HttpApiHostModule : AbpModule

Please share the project with me, thanks.

ok

Under administration -> users we are missing Two factor menu option from actions.

It look like a problem, we will check it.

We are missing menus for Chat , File management. Under SasS menu->Features we are missing twon menus 1) Chat 2) File management

Did you install the Chat and File management modules? they are not pre-installed.

I didn't see you install them in the project you shared.

Answer

Hi,

You can save the password to the cache or database when changing the password.

The bottom-level method to change the password is SetPasswordHashAsync

ABP set the last password change time here, you can override the IdentityUserStore to save and get the last 3 passwords for comparison

https://github.com/abpframework/abp/blob/dev/modules/identity/src/Volo.Abp.Identity.Domain/Volo/Abp/Identity/IdentityUserStore.cs

Showing 3761 to 3770 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.