Activities of "DominaTang"

Question

In our Angular App UI, the scroll bar has similar background color and the 'button' on scroll bar is also not obvious. Do you know which theme CSS should change?

  • ABP Framework version: V7.2.1
  • UI Type: Angular
  • Database System: MongoDB

Hello,

We have plan to upgrade existing project from ABP 7 to 8.1.4. I noticed that if create new solution when choose 8.1.4 with ABP Suite, the client side Angular package is ~17.1.0, however when use ABP upgrade command, the Angular package is ^17.1.0.

I am wondering, is it safe to upgrade to Angular 18 with ABP 8.1.4?

Thanks,

I want to check the source code for when an user account is locked, is there any email is sent? And what the source code looks like so that I can add more code on top of it. However, when I use Abp suite, and click modules link, it gives a bunch of folder access errors such as users[my account]\AppData\Local\Application Data.

  • Do you know the reason of above reason?
  • There is another way to access source code instead of using abp suite?
  • With build-in Abp Lock user method, is there an email sent to the user?

Hi,

After upgrading to 8.1.4, our existing AuthServer code which custom ChangePasswordModel which inherit from AccountPageModel, the existing code

return RedirectSafely(ReturnUrl, ReturnUrlHash);

has compile error.

Ah. check the source code, now it's RedirectSaftlyAysnc()

Not an issue - figured out the reason

Login as host admin, there is text template setting for security code email template, which is:

<h3>{{L "EmailSecurityCodeSubject"}}</h3>

<p>{{L "EmailSecurityCodeBody" model.code }}</p>

So I add a "Hello" to the template, save. Login in as an user of a tenant, the email is still old template.

Manually insert an record in [AbpTextTemplateContents] with exact same template content for the tenant (sent TenantId column value) for the table. The email content still not changed.

ABP Framework 7.2.1

When login as host admin, via Admin Setting page, UI can change the following settings. Abp.Identity.Password.ForceUsersToPeriodicallyChangePassword Abp.Identity.Password.PasswordChangePeriodDays

UI save would update record in AbpSettings table. However, I noticed that for existing tenant I created before update above settings, when login as Tenant Admin, above settings are not changed.

I am wondering where these two settings for each tenant? Is there a way to update all tenants settings when host settings are updated.

Thanks

  • ABP Framework version: v7.2.1 Micro Service Template

Hi,

With latest ABP Framework Micro Service Template. Does it support separate database for each tenant. For example, when Tenant Id is value 'aaa", then DbContext point to Sql Server database 'aaa', when TenantId is value 'bbb', DbContext pointing to SqlServer 'bbb' within a MicroSerivce.

Thanks,

In MicroService architect, Gateway plays the role 'Gateway for backend', each MicroService just need to know the gateway Url. And it's gateway forward the request from one Micro Service to corresponding target MicroService.

However, each MicroService has RemoteServices section, in appsettings.json as below. In this case, when MicroService A calls MicroService B's method, it's directly access MicroService B's Url or still forward the request to the gateway?

"RemoteServices": { "LxxxService": { "BaseUrl": "https://localhost:44502/", "UseCurrentAccessToken": "false" }, .. }

With ABP Micro Services, is it fine that two Micro Services actually point to same SQL server or MongoDb instance, but each takes care of a set of tables of its own.

  • ABP Framework version: v7.2.1
Showing 41 to 50 of 69 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
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 12, 2025, 10:20