Activities of "gokalpmavis"

Hi,

By ignoring, do you mean i shouldn't be bothered that it is written "LoginFailed"?

Kind Regards, Göklp

Hi,

Thanks for the quick reply! It was stated by ABP team member that it is the expected behavior not a real failure => https://abp.io/support/questions/1503/Issue-with-security-log-when-first-login-by-external-login-provider I just want to learn how to change the default behavior. Should I still check the logs of this expected behavior?

Regards, Gökalp

Dear Sir Madam,

We have enabled the external login provider. When the user successfully logged in for the first time it says "LoginFailed" in the security logs. However,in the second login it says "LoginSucceeded". I want the first login to be shown as successful login too. Can you please help with this? Kind Regards, Gökalp

Hello, Thanks for reaching out Unfortunately, there is currently no programmatic way to remove only specific tabs like "Two Factor" or "Captcha" in the ABP Angular UI. However, if you need to fully customize or remove these tabs, you can follow ABP’s Component Replacement approach to override the entire module responsible for them. Please refer to the official documentation for detailed guidance: https://abp.io/docs/latest/framework/ui/angular/component-replacement?_redirected=B8ABF606AA1BDF5C629883DF1061649A

Best regards

Hello,

Firstly thank you. It feels bad that there is no programmatic way of doing it. Then can you please provide the key of AccountSettingsCoponent. To be used as Kind Regards, Gökalp

Dear Sir/Madam,

We are using ABP 8 with Angular UI. There, we would like to remove the setting tabs under account. The related tabs are shown in the attached screen shot. Can you please help with this?

Kind Regards, Gökalp

When can we expect the release?

Hello,

When is gonna be the next version? Also how can I proceed till the next version?

  • ABP Framework version: v5.0.1
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes

Dear Sir/Madam,

We wanted to added an extra property to "DirectoryDecriptors" table. The migrations are successfully created and applied to the table. Then we wanted to update the DTO's which are using this table. However, the operation is not allowed as you can see in the attachment. Can you please help with this topic? The problem is because DirectoryContentDto doesn't extend IHasExtraProperties.

Regards, Gokalp

  • ABP Framework version: v5.0.1
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes

Dear Sir/Madam,

In our project we needed "File Management Module". It works properly when we define it as a route. However, in our case we needed to call it by using its selector without routing.

In this purpose;

  • We have added FileManagementModule.forChild({}) to the imports of the module which contains the component where the file management module is needed.
  • Then in the html of this component we have used the selector as follows: <abp-file-management ></abp-file-management>

When it is rendered the output is strange: There you can see the file count as 4 which is correct but the files are not listed. When we have imported the source code and debugged it, we have seen all these 4 files:

However even when we go over the source code, we couldn't specify the problem. Something happens when "abp-extensible-table" is being rendered.

Another strange thing which might lead you to solve this problem is: We keep the file management module in the router while we are trying to use it with its selector in another page. When we trigger the module via router and come to the other page strangely we can see the file list. However, they disappear when the page is refreshed.

We kindly ask for your help.

Regards, Gokalp

Showing 1 to 9 of 9 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 v9.3.0-preview. Updated on May 15, 2025, 10:28