Activities of "liangshiwei"

This is right.

Hi BennieMok,

See https://github.com/abpframework/abp/pull/2867. You can change HttpApi.Client project target to netstandard2.0.

Hi @talhazengin

It would be better to put UseAbpRequestLocalization just after the UseMultiTenancy . Because AbpRequestLocalizationMiddleware gets the language of the current user or current tenant.

Hi,

If the phone number not confirmed when you login, you cannot login.

Can you explain this problem in detail?

Objects are passed by reference, you can get the id from the user object after the unit of work is saved.

Hi ,

You need to find all app.UseAbpRequestLocalization (); and move above app.UseAuthentication ();. This is a problem with the template, we will fix it in the next version.

Hi , Abp create integration package for PostgreSQL database provider. See the document.

Hi @terrycullen,

Try to add to the module OnApplicationInitialization method :

See https://docs.abp.io/en/abp/latest/UI/Angular/Component-Replacement#how-to-replace-a-layout. You should replace AccountLayoutComponent.

Showing 5571 to 5580 of 5631 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13