Activities of "shobhit"

ACheck the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index 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:

  • ABP Framework version: v4.2.2
  • UI Type: Angular
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Hi Team, Can i extend the default ABPUsers table to have some new columns and also query change to get the desired result. If yes, How?

Thanks @Maliming.

Your suggestion for recrods is workable. will do that. But if we have add drop down filter in the "Advance filter" section that will show only values that "admin1" belongs to a "section" like "organization unit". What could be easy solution.

  • ABP Framework version: v4.2.2
  • UI Type: Angular
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Scenario: 3 user exist: "admin1" "admin2" "user1"

"admin1" create some data for "user1". This data get stored in db table "table1". "admin2" also create some data for "user1". This data also get stored in db table "table1".

Now for "user1" there are 2 records in the table "table1".

"user1" login and check the data in web app so user gets 2 records, created by "admin1" and "admin2" "admin1" login and check the data in web app so filter data for "user1" and get only 1 record "admin2" login and check the data in web app so filter data for "user1" and get only 1 record

Question: How we can achive this use case.

My Thought: we can create 2 organization unit. "org1" and "org2". assign "admin1" to "org1" assign "admin2" to "org2" assign "user1" to "org1" and "org2" ABP framework will do some magic (i am not sure if that's the capability) where based on logged-in user org unit data can be filtered out.

Please guide me how i can achive this and what changes has to be done while creating this entity and at the services level for data transaction.

Let me know if you need more clarification.

Thanks liangshiwei. So what is the quick solution as it is big security risk for us.

  • ABP Framework version: v4.2.2
  • UI Type: Angular
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

We have deleted user and user was logged-in at that point of time. User has not logged-out and even next day user was able to login. it is big security issue. What should be done to prevent this.

Thanks @jfistelmann. Can you please share some expample to create new middle layer

Thanks @jfistelmann.

Is it possible that i keep some placeholder in connection string and replace that placeholder in code with the actual value? if yes, what exactly i have to do?

Thanks Alper. I am not sure if env. variable will work in containers and cloud PaaS services. Azure kye Vault is another best suitable approach for me. Can you help me how i can use it to store and get my connection string with ABP framework. Please share some sample.

Thanks again.

if you still want to encrypt the connection string, you can try implementing your own ConnectionStringResolver to do something with String Encryption

Can you help me to get an example?

Question
  • ABP Framework version: v4.2.2
  • UI Type: Angular / MVC / Blazor WASM / Blazor Server
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..) SQL Server
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

How ABP framework can help me to do bulk upload via excel. Excel may have 500 records and 150 columns.

Showing 11 to 20 of 349 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11