Skip to content

Add community article: Shared User Accounts in ABP Multi-Tenancy#25101

Merged
EngincanV merged 4 commits into
devfrom
community-article/shared-user-accounts
Mar 17, 2026
Merged

Add community article: Shared User Accounts in ABP Multi-Tenancy#25101
EngincanV merged 4 commits into
devfrom
community-article/shared-user-accounts

Conversation

@maliming

@maliming maliming commented Mar 17, 2026

Copy link
Copy Markdown
Member

Copilot AI review requested due to automatic review settings March 17, 2026 09:55
@github-actions

Copy link
Copy Markdown
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 71.4%, saving 580.3 KB.

Filename Before After Improvement Visual comparison
docs/en/Community-Articles/2026-03-17-Shared-User-Accounts-in-ABP/cover.png 812.3 KB 232.0 KB 71.4% View diff

9 images did not require optimisation.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread docs/en/Community-Articles/2026-03-17-Shared-User-Accounts-in-ABP/POST.md Outdated
@maliming maliming added this to the 10.3-preview milestone Mar 17, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 28.3%, saving 65.7 KB.

Filename Before After Improvement Visual comparison
docs/en/Community-Articles/2026-03-17-Shared-User-Accounts-in-ABP/cover.png 232.0 KB 166.3 KB 28.3% View diff

9 images did not require optimisation.

@maliming maliming requested a review from EngincanV March 17, 2026 10:10
@roc916

roc916 commented Mar 17, 2026

Copy link
Copy Markdown
Contributor

Should we hide the tenant selection button in shared user mode? for example: Account Login Page.

@EngincanV EngincanV merged commit 57231a9 into dev Mar 17, 2026
1 check passed
@EngincanV EngincanV deleted the community-article/shared-user-accounts branch March 17, 2026 11:00
@maliming

Copy link
Copy Markdown
Member Author

Should we hide the tenant selection button in shared user mode? for example: Account Login Page.

It will be hidden.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Article: Shared Tenant User Accounts

4 participants