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
We should not allow a user to be created if their email address is already in the system
Feature: no duplicate emails
As an administrator
I want to not be able to accidentally add in a user already in the system
So that my CMS users are not corrupted with duplicates.
Scenario: Adding a userGiven that I am adding a new user
And that I didn't realize a user with that email was already in the system
When I attempt to save the new user with an email already in the system
Then I should not be able to save the new user
And I should see a warning that says the user is already in the system
And I should see a link to edit the existing user with said email.
No dupes
adding a user
The text was updated successfully, but these errors were encountered:
We should not allow a user to be created if their email address is already in the system
No dupes
The text was updated successfully, but these errors were encountered: