Document admin Remove from tenant and shadow Id migration requirement#25498
Merged
Conversation
- Clarify that Delete is host-only for the global account while Remove from tenant is the tenant-level soft removal available to tenant admins - Note in the migration guide that host-side shadow rows must use a new primary key Id different from the tenant user's Id
Contributor
There was a problem hiding this comment.
Pull request overview
Documentation-only update that clarifies the distinction between deleting a global user account (host admin) and removing a user from a single tenant (tenant admin) under Shared User Accounts, and adds a migration warning that host-side shadow rows must use a fresh primary key distinct from the tenant user's Id.
Changes:
- Documents the tenant-admin "Remove from tenant" soft-removal action in both the module docs and the community article.
- Adds a clarifying note that host-admin
Deleterefers to the global account, not tenant membership. - Adds a migration-guide warning that each host-side shadow row must be created with a new
Guidprimary key.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/en/modules/account/shared-user-accounts.md | Adds the "Remove from tenant" tenant-admin action, a clarifying note on what host-admin Delete means, and a migration-guide bullet on shadow-row primary keys. |
| docs/en/Community-Articles/2026-03-17-Shared-User-Accounts-in-ABP/POST.md | Mentions the tenant-admin "Remove from tenant" soft removal alongside the self-service Leave flow. |
ismcagdas
approved these changes
Jun 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Clarifies that under Shared User Accounts, Delete is host-only on the global account and a separate tenant-level Remove from tenant action is available to tenant admins. The migration guide now also calls out that host-side shadow rows must use a new primary key different from the tenant user's Id.