Provide us with the following info:
🧐 Hint: If you are using the ABP Studio, you can see all the information about your solution from the configuration window, which opens when you right-click on the solution and click on the Solution Configuration
button.
Dear ABP Support Team,
We are writing to you on behalf of Shlok Labs regarding our current ABP Framework commercial license associated with the account auditor@shloklabs.com. Our license is due for renewal in 15 days, and we would like to clarify a few important points before proceeding.
As per our internal planning, we have scheduled the renewal process for the first quarter of 2026, due to organizational budgeting and resource alignment. However, before making a final decision, we would appreciate your clarification on the following:
Post-Expiry Functionality: Will we still be able to use our existing ABP-based solutions after the license expires? Are there any restrictions on running or deploying applications that were built during the valid license period?
Access to Updates: Will we lose access to future framework updates, bug fixes, and hotfixes once the license expires?
Access to Commercial Source Code: Will we retain access to the commercial source code that we downloaded or used during the valid license period?
Support Services: Will technical support or issue resolution from the ABP team be unavailable once the license expires?
Renewal Benefits: Could you please outline the benefits of renewing the license now versus doing it in Q1 2026? For example, do you offer any incentives, pricing benefits, or feature upgrades with early renewal?
We want to ensure continuity and compliance while managing the renewal timeline in alignment with our internal roadmap. Your assistance in clarifying the above points will help us take an informed decision.
Check the docs before asking a question: https://abp.io/docs/latest
Check the samples to see the basic tasks: https://abp.io/docs/latest/samples
The exact solution to your question may have been answered before, and please first use the search on the homepage.
Provide us with the following info:
🧐 Hint: If you are using the ABP Studio, you can see all the information about your solution from the configuration window, which opens when you right-click on the solution and click on the Solution Configuration
button.
We are currently working on a project using the ABP framework and would like to implement a multi-tenancy feature where a single user instance can be associated with multiple tenants.
Currently, when we attempt to create a user under a different tenant using an email address that already exists in another tenant, the framework creates a new user instance with the same email address for this tenant. However, our requirement is to allow the same user instance to belong to multiple tenants. That is one user to many tenants collaboration.
We noticed that ABP.io's web application has implemented such a feature. For instance, a single user can belong to multiple organizations (tenants) while maintaining the same user identity and credentials.