-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
20a83b1
commit 7e6cb7a
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ The `isPrimaryUser` boolean in the user object dictates if the user is a primary | |
- 1) A primary user is one whose primary user ID does not change when accounts are linked to it. A user can become a primary user if, and only if there are no other primary users with the same email, third party info or phone number as this user across all the tenants that this user is a part of. | ||
|
||
For example, you **cannot** have the following scenarios: | ||
- User A is a primary user with email `[email protected]` using email passoword login and User B is a primary user with email `[email protected]` using social login. This is not allowed because we have two primary users with the same email. | ||
- User A is a primary user with email `[email protected]` using email password login and User B is a primary user with email `[email protected]` using social login. This is not allowed because we have two primary users with the same email. | ||
- User A is a primary user with email `[email protected]` and belongs to tenant `t1` and `t2`. User B is a primary user with email `[email protected]` and belongs to tenant `t2`. This is not allowed because we have two primary users with the same email in tenant `t2` However, if User B was in tenant `t3`, or if User A was not a part of tenant `t2`, then this would be allowed. | ||
|
||
You **can** have the following scenarios: | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ The `isPrimaryUser` boolean in the user object dictates if the user is a primary | |
- 1) A primary user is one whose primary user ID does not change when accounts are linked to it. A user can become a primary user if, and only if there are no other primary users with the same email, third party info or phone number as this user across all the tenants that this user is a part of. | ||
|
||
For example, you **cannot** have the following scenarios: | ||
- User A is a primary user with email `[email protected]` using email passoword login and User B is a primary user with email `[email protected]` using social login. This is not allowed because we have two primary users with the same email. | ||
- User A is a primary user with email `[email protected]` using email password login and User B is a primary user with email `[email protected]` using social login. This is not allowed because we have two primary users with the same email. | ||
- User A is a primary user with email `[email protected]` and belongs to tenant `t1` and `t2`. User B is a primary user with email `[email protected]` and belongs to tenant `t2`. This is not allowed because we have two primary users with the same email in tenant `t2` However, if User B was in tenant `t3`, or if User A was not a part of tenant `t2`, then this would be allowed. | ||
|
||
You **can** have the following scenarios: | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ The `isPrimaryUser` boolean in the user object dictates if the user is a primary | |
- 1) A primary user is one whose primary user ID does not change when accounts are linked to it. A user can become a primary user if, and only if there are no other primary users with the same email, third party info or phone number as this user across all the tenants that this user is a part of. | ||
|
||
For example, you **cannot** have the following scenarios: | ||
- User A is a primary user with email `[email protected]` using email passoword login and User B is a primary user with email `[email protected]` using social login. This is not allowed because we have two primary users with the same email. | ||
- User A is a primary user with email `[email protected]` using email password login and User B is a primary user with email `[email protected]` using social login. This is not allowed because we have two primary users with the same email. | ||
- User A is a primary user with email `[email protected]` and belongs to tenant `t1` and `t2`. User B is a primary user with email `[email protected]` and belongs to tenant `t2`. This is not allowed because we have two primary users with the same email in tenant `t2` However, if User B was in tenant `t3`, or if User A was not a part of tenant `t2`, then this would be allowed. | ||
|
||
You **can** have the following scenarios: | ||
|