Add community article: Shared User Accounts in ABP Multi-Tenancy#25101
Conversation
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 71.4%, saving 580.3 KB.
9 images did not require optimisation. |
There was a problem hiding this comment.
Pull request overview
Adds a new community article documenting ABP’s “Shared User Accounts” multi-tenancy strategy (TenantUserSharingStrategy.Shared), describing the user/admin flows (tenant selection/switching, invitations, tenant bootstrap) and key database/concurrency considerations, with supporting screenshots.
Changes:
- Add a new community article post (
POST.md) explaining Shared vs Isolated tenant user strategies and configuration. - Add UI screenshots used by the article (tenant selection/switching, invitations, pending-tenant user strategies, etc.).
- Add a cover image for the community article.
Reviewed changes
Copilot reviewed 1 out of 11 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| docs/en/Community-Articles/2026-03-17-Shared-User-Accounts-in-ABP/POST.md | Main article content with configuration snippets and behavioral/database explanations. |
| docs/en/Community-Articles/2026-03-17-Shared-User-Accounts-in-ABP/cover.png | Article cover image. |
| docs/en/Community-Articles/2026-03-17-Shared-User-Accounts-in-ABP/tenant-selection.png | Screenshot for tenant selection during login. |
| docs/en/Community-Articles/2026-03-17-Shared-User-Accounts-in-ABP/switch-tenant.png | Screenshot for switching tenants after login. |
| docs/en/Community-Articles/2026-03-17-Shared-User-Accounts-in-ABP/invite-user.png | Screenshot for the invitation dialog (batch invite + roles). |
| docs/en/Community-Articles/2026-03-17-Shared-User-Accounts-in-ABP/exist-user-accept.png | Screenshot for existing-user invitation acceptance flow. |
| docs/en/Community-Articles/2026-03-17-Shared-User-Accounts-in-ABP/new-user-accept.png | Screenshot for new-user registration/acceptance flow. |
| docs/en/Community-Articles/2026-03-17-Shared-User-Accounts-in-ABP/invite-admin-user-to-join-tenant.png | Screenshot for inviting an admin when bootstrapping a new tenant. |
| docs/en/Community-Articles/2026-03-17-Shared-User-Accounts-in-ABP/invite-admin-user-to-join-tenant-modal.png | Screenshot for the “invite admin” modal. |
| docs/en/Community-Articles/2026-03-17-Shared-User-Accounts-in-ABP/new-user-join-strategy-create-tenant.png | Screenshot for pending user strategy: CreateTenant. |
| docs/en/Community-Articles/2026-03-17-Shared-User-Accounts-in-ABP/new-user-join-strategy-inform.png | Screenshot for pending user strategy: Inform. |
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 28.3%, saving 65.7 KB.
9 images did not require optimisation. |
|
Should we hide the tenant selection button in shared user mode? for example: Account Login Page. |
It will be hidden. |
https://github.com/abpframework/abp/blob/dev/docs/en/Community-Articles/2026-03-17-Shared-User-Accounts-in-ABP/POST.md
Resolves #25034