When the field is marked as unique in content profile module and checked to be on the registration form, there is no validation for uniqueness during registration process. Means duplicate values are saved while registering without validation.
When the field is marked as unique in content profile module and checked to be on the registration form, there is no validation for uniqueness during registration process. Means duplicate values are saved while registering without validation.
Comments
Comment #1
arithmetric commentedWhen unique values are not caught, often the node containing the duplicate values was not validated before being saved. It looks like the Content Profile module does not validate the node if any fields are hidden. This module can't implement a fix for this.
Comment #2
uwe_a commentedShould we submit a bug report on Content Profile module ?