Skip to content
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

Administrator: no duplicate emails #574

Open
1 task
scottnath opened this issue Nov 18, 2016 · 0 comments
Open
1 task

Administrator: no duplicate emails #574

scottnath opened this issue Nov 18, 2016 · 0 comments

Comments

@scottnath
Copy link
Contributor

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 user
    Given 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
This was referenced Nov 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant