Browse Source

Merge pull request #20981 from abpframework/accountdocument

Improve the 'linked accounts' document
pull/20985/head
Engincan VESKE 2 years ago
committed by GitHub
parent
commit
fb7101873d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. BIN
      docs/en/Community-Articles/2024-10-01-SignalR-9-New-Features/signalr-activity-dashboard.png
  2. BIN
      docs/en/images/linkedaccountloginmulti-tenancy.png
  3. BIN
      docs/en/images/linkedaccountmodalactionindirectlink.png
  4. BIN
      docs/en/images/linkedaccountmodalactionmulti-tenancy.png
  5. 20
      docs/en/modules/account/linkedaccounts.md

BIN
docs/en/Community-Articles/2024-10-01-SignalR-9-New-Features/signalr-activity-dashboard.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 44 KiB

BIN
docs/en/images/linkedaccountloginmulti-tenancy.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

BIN
docs/en/images/linkedaccountmodalactionindirectlink.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

BIN
docs/en/images/linkedaccountmodalactionmulti-tenancy.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

20
docs/en/modules/account/linkedaccounts.md

@ -28,3 +28,23 @@ Enter the username and password of the account you want to link and click the `L
You can login with linked accounts or delete it from the `Linked accounts` modal.
![linkedaccountmodalaction](../../images/linkedaccountmodalaction.png)
## Multi-tenancy
Linked accounts can be used in multi-tenancy. You can link accounts from different tenants.
Enter the tenant name to link the account from another tenant's account:
![linkedaccountloginmulti-tenancy](../../images/linkedaccountloginmulti-tenancy.png)
You can see and login with linked accounts from different tenants:
![linkedaccountmodalactionmulti-tenancy](../../images/linkedaccountmodalactionmulti-tenancy.png)
## Indirect link
You can link accounts indirectly. For example, if account A is linked to account B and account B is linked to account C, account A is indirectly linked to account C.
You can see the indirect link in the `Linked accounts` modal:
![linkedaccountmodalactionindirectlink](../../images/linkedaccountmodalactionindirectlink.png)

Loading…
Cancel
Save