You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users regularly create multiple sources for themselves. We should prompt users with an extra confirmation message if either of the following occur:
the participant email is the same as a source already associated with the account
the first name (e.g., participant_name.split()[0]) is == to the first name of another source on the account
A user should be allowed to proceed if they want.
The warning message should indicate that "We noticed you're creating a new source that may be similar or the same as an existing one. If the source created here really is the same human being as a prior source, then please consider assigning the sample to that source rather than creating a new one."
...or something like that
The text was updated successfully, but these errors were encountered:
Users regularly create multiple sources for themselves. We should prompt users with an extra confirmation message if either of the following occur:
participant_name.split()[0]
) is==
to the first name of another source on the accountA user should be allowed to proceed if they want.
The warning message should indicate that "We noticed you're creating a new source that may be similar or the same as an existing one. If the source created here really is the same human being as a prior source, then please consider assigning the sample to that source rather than creating a new one."
...or something like that
The text was updated successfully, but these errors were encountered: