Right now there is nothing stopping two identical identification values being saved onto user entities. Add a validation layer(s) (forms, other?) to prevent duplicate identifications. I'm not sure we would/could/should change the database schema to accommodate this as well, primary key style.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | add_validation_to_prevent-2360273.patch | 1.23 KB | jaffaralia |
Comments
Comment #1
jaffaralia commentedPlease find this patch. It could resolve this issue.
Comment #2
jaffaralia commentedComment #3
jaffaralia commentedComment #5
tyler.frankenstein commentedThanks @jaffaralia, I've committed your code.