Activities of "alper"

try

private readonly ICurrentTenant _currentTenant;

 private async Task DoWorkAsync()
        {

            using (_currentTenant.Change(new Guid("xxxxxxxxx")))
            {
                using (var uow = _unitOfWorkManager.Begin(requiresNew: true, isTransactional: false))
                {
                    //.............
                    await uow.CompleteAsync();
                }
            }
        }

we don't have such a tool. you need create a new module with Suite and move your existing files to the new empty module.

see also https://docs.abp.io/en/commercial/latest/startup-templates/microservice/add-microservice

is it happening only on Brave ? is it working for Chrome?

I couldn't reproduce it on my computer what's your resolution?

see https://support.abp.io/QA/Questions/536/How-to-Restrict-users-multiple-login-session

this is possible if only you can send us the module. but in this way, everybody can install it.

you can add an property to User entity "PasswordSetDate". then override Login method to redirect the user to password change page. this sounds like a good feature for the new versions. Enforcing user change password after some time.

authorize attribute is extended from Microsoft authorize. and it's policy based authorizations. you can create custom policies for your requirement https://docs.microsoft.com/en-us/aspnet/core/security/authorizationpolicies?view=aspnetcore-5.0

maybe you can use https://docs.abp.io/en/abp/latest/Background-Jobs to process the message in the consumer method, then it'll be async

Answer

maybe the response was not succesful, can you check the log

Showing 941 to 950 of 2069 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.3.0-preview. Updated on February 26, 2026, 10:19
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.