You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we remove a tenant using the UI, the database and the host container are cleared of the tenant. But the Protection key is not removed.
Orchard Core version
Add the version of the Orchard Core NuGet packages you use, or the commit hash if you can reproduce this with the source code.
To Reproduce
Steps to reproduce the behavior:
Create a tenant
Set it up
Disable it
Remove it
Check the protection key DataProtectionKeys.xml it will exists. I tested this when data protection are stored in Azure Blob storage "not sure if locally we have the same problem".
Expected behavior
I would expect everything related to the tenant being removed to be removed.
The text was updated successfully, but these errors were encountered:
We triaged this issue and set the milestone according to the priority we think is appropriate (see the docs on how we triage and prioritize issues).
This indicates when the core team may start working on it. However, if you'd like to contribute, we'd warmly welcome you to do that anytime. See our guide on contributions here.
Describe the bug
When we remove a tenant using the UI, the database and the host container are cleared of the tenant. But the Protection key is not removed.
Orchard Core version
Add the version of the Orchard Core NuGet packages you use, or the commit hash if you can reproduce this with the source code.
To Reproduce
Steps to reproduce the behavior:
DataProtectionKeys.xml
it will exists. I tested this when data protection are stored in Azure Blob storage "not sure if locally we have the same problem".Expected behavior
I would expect everything related to the tenant being removed to be removed.
The text was updated successfully, but these errors were encountered: