Round house allows me to create 2 users with the same name, nickname and email. This doesn't seem right. Seems like email and maybe nickname need to have unique indexes on them in the db and the java code needs to include this in validation.
Logged In: YES user_id=985839
DB constraint added to force nicks and e-mails to be unique. Still need to add a graceful check for this to UserProfileEdit.additionalValidation().
Done. Added database constraint.
Log in to post a comment.
Logged In: YES
user_id=985839
DB constraint added to force nicks and e-mails to be unique.
Still need to add a graceful check for this to
UserProfileEdit.additionalValidation().
Logged In: YES
user_id=985839
Done. Added database constraint.