-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding a duplicate email in "Domain managers" tab does not provide warning message #1405
Comments
@Katherine-Osos would this require some content for a new warning message? Or think it's straight forward enough the dev can take a shot and the wording of the message can be refined during the design review? |
Added "refinement" label because of the question posted in comment for @Katherine-Osos. |
@abroddrick There are two scenarios: 1) user invites someone who was already invited but has not logged in yet, i.e. they're still in the "invited" table. 2) user invites someone who is already a domain manager, i.e. they're in the "domain managers" table. For scenario 1, show this message:
For scenario 2, show this message:
For design, use the warning status (yellow message bar) rather than success status (green message bar). |
Current Behavior
Task: manage a domain
When adding a new user in the "Domain managers" tab, if one adds an email that is already listed, it doesn't give a warning that you are adding an email that is already there. Just display a successful message.
Expected Behavior
Display a message to inform user that the email address is already listed.
Steps to Reproduce
When adding a new user in the "Domain managers" tab, if one adds an email that is already listed, it doesn't give a warning that you are adding an email that is already there. Just display a successful message.
Environment
No response
Additional Context
No response
Issue Links
No response
The text was updated successfully, but these errors were encountered: