Activities of "maliming"

This doesn't seem to be code built into our module?

Can you share more information?

Answer

hi

You can see this: https://docs.abp.io/en/commercial/5.1/modules/account/ldap

Test application

Testing the LDAP configuration using your application might be complicated. Therefore you can use our test application. The following dotnet console app is for testing your LDAP configuration. Before using the configuration, test in this app and see if it works.

https://github.com/abpframework/abp-samples/tree/master/AbpLdapSample

hi

var healthChecksUiBuilder = services.AddHealthChecksUI(settings =>
{
    settings.AddHealthCheckEndpoint("MyProjectName Health Status", "https://yourwebsite.com/health-status");
});

services.MapHealthChecksUiEndpoints(options =>
{
    options.UIPath = "https://yourwebsite.com/health-ui";
    options.ApiPath = "https://yourwebsite.com/health-api";
});
```
Answer

@sraptis has the commercial license.

Answer

hi

https://docs.abp.io/en/commercial/latest/abp-suite/generating-entities-from-an-existing-database-table

hi

You can create some settings for the Tenant side.

and https://docs.abp.io/en/abp/latest/Settings https://docs.abp.io/en/abp/latest/Modules/Setting-Management#setting-management-ui

hi

What's your ABP Framework version?

I checked.

  • single user email exists
    • Login to matching account
  • email does not exist
    • Register new account

This is already implemented.

If the project has localization files or web projects that contain js, css, or any embedded file resources such as any email templates, the virtual file system is used by default.

If these resource files you need to change frequently during development you can use ReplaceEmbeddedByPhysical

https://docs.abp.io/en/abp/latest/Virtual-File-System#dealing-with-embedded-files-during-development

Is it possible to limit the number of users logged in at the same time

You can check in the login endpoint.

Store login user info in Redis or database. Prohibit logins after reaching the limit, or limit previous logins. You can limit this by adding a special value to user claims.

hi

Can you try to upgrade to 5.2?

https://support.abp.io/QA/Questions/2767#answer-be6c3ca7-10e4-8b65-d89e-3a0310d3cb33

Showing 9241 to 9250 of 11530 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 v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.