andela / ah-infinity-stones

BSD 3-Clause "New" or "Revised" License
0 stars 3 forks source link

#161966910 Validate User Registration #31

Closed ThaDeveloper closed 5 years ago

ThaDeveloper commented 5 years ago

What does this PR do?

codeplus254 commented 5 years ago

Does the username always have to be unique? Or we could have two usernames that have different emails?

ThaDeveloper commented 5 years ago

Does the username always have to be unique? Or we could have two usernames that have different emails?

Username has to be unique and this has been catered for in the validation. Thanks