Activities of "maliming"

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

hi

Check your csproj files and remove references Volo.Abp.IdentityServer.xxx v5.1.4 using the ProjectReference

If a module is using virtual files, ReplaceEmbeddedByPhysical can be used.

If the files in this module do not change frequently, you can ignore it.

The physical-file-provider will get file changes in real time.

https://docs.microsoft.com/en-us/aspnet/core/fundamentals/file-providers?view=aspnetcore-6.0#physical-file-provider

hi

The files are saved in the AbpBlobStoringBlobs table.

https://docs.abp.io/en/abp/latest/Blob-Storing https://docs.abp.io/en/commercial/latest/modules/file-management

hi

var cts = new CancellationTokenSource();
session = await _sessionRepository.GetAsync(Guid.Parse(sessionId), cancellationToken: cts.Token);

Glad to hear this

Showing 9231 to 9240 of 11519 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.