Skip to content

Fix duplicate 'Email has already been taken' message when creating a user

Scott Wellard requested to merge perforce/gitlab-ce:swellard-issue-6123 into master

devise :validatable and validates uniqueness set on the user email field cause 2 validations to fire when creating a new user with an email address already in use, Issue 6123

@stanhu Thanks for your input on merge request 807, I'll close that one in favour of this as I have added tests

Merge request reports