Activities of "yilmaz.atalar"

We saw that the search feature on the settings came to LeptonX but not to Lepton. We use Lepton and we need this feature. Could you please evaluate it?

Version: 8.0

Is it possible to change the default emailing address for different needs within the product? For example, if we want 2FA emails and reporting emails to go to different addresses, can we do this?

I reviewed the document here but could not find an answer.

Thanks,

Hello,

Is there any way to test Session Management's 'Prevent concurrent login' feature in https://demo.abp.io/?

Thanks,

Hello, We would like to implement force password change feature, to try this I created a user and checked this option for this user. Then I tried to login with this user, and I am forced to change my password. However when I enter new password I get this error (I tried multiple times). We would like to implement it if it works without problem, so could you check this issue and let me know? Kind regards

Question
  • ABP Framework version: v8.3 Hi, There a lot of customers who are using the product from the countries utilising DST (daylight saving time) and we don’t have an option to auto adjust timezone based on DST changes. Can we enhance the product to adjust timezone accommodating DST? Do you have any solution in that case?

For privacy purposes ending the session of a user is required. Will ending the session of a user after an idle time be provided as a built in feature of ABP? Do you have it on the roadmap?

To successfully deliver the multitenant with multiple database support, the framework should validate the given connection string information. Defining a connection string for a tenant is a must to create a tenant. Therefore validating the connection string before saving by the application is required. I believe validation of the connection string is a must of having multiple db support for multitenancy feature.

  • ABP Framework version: v5.2.2

Hi,

Is it possible to load module(s) at runtime instead of adding them using "DependsOnAttribute"? Or can you suggest a reasonable workaround compatible with Abp framework?

For example;

public class ModuleA : AbpModule 
{
    public override void PreConfigureServices(ServiceConfigurationContext context)
    {
        if (...)
        {
            context.Services.AddDependentModule(typeof(ModuleX));
        }
        else 
        {            
            context.Services.AddDependentModule(typeof(ModuleY));
        }
    }
}

Instead of

[DependsOn(typeof(ModuleX))]
[DependsOn(typeof(ModuleY))]
public class ModuleA : AbpModule
...

ABP Framework version: v4.3

  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular):Yes

Hi, getPasswordValidators method in '@abp/ng.theme.shared' library does not work except Latin alphabet. Could you please check?

Thanks

Question

Hi, I have seen some fields that are not translated into several languages such as Russian, French, German, Spanish, Portuguese and Arabic. I would like to know that does ABP plan to make development for those language fields?

Showing 1 to 10 of 19 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 June 13, 2025, 11:37