Skip to content

Commit

Permalink
Merge pull request #20981 from abpframework/accountdocument
Browse files Browse the repository at this point in the history
Improve the 'linked accounts' document
  • Loading branch information
EngincanV authored Oct 6, 2024
2 parents 88f2e48 + 9a8a209 commit fb71018
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions docs/en/modules/account/linkedaccounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit fb71018

Please sign in to comment.