What steps will reproduce the problem?
1. Mark a field as unique within the config manager for the guest registration
form
2. Fill in the form as a guest admin with a non unique value for that form field
3. No unique check is performed: the guest is created
What is the expected output? What do you see instead?
It seems that the GuestRegistrationServlet does not check for the unique flag
on each form field. It does however check other requirements (min, max etc.).
Attached a patch for version 1.7.1. This issue is relevant for trunk as well.
Original issue reported on code.google.com by sebastia...@gmail.com on 27 Nov 2014 at 10:01
Original issue reported on code.google.com by
sebastia...@gmail.com
on 27 Nov 2014 at 10:01Attachments: