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
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.
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
Hi, getPasswordValidators method in '@abp/ng.theme.shared' library does not work except Latin alphabet. Could you please check?
Thanks
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?