OK, I see that now. It looks like the profile fields aren't using a datamanager so I need to validate them myself. What I haven't figured out yet is how the error handler works and how to extend it to custom errors.
Specifically, I want to verify that field5 in the profile is unique vs. all other user's field5. I may also choose to verify it doesn't match any other username in the system. If it fails the test I want to throw an error and have it come back to re-enter like the other required fields in the registration form.
Any suggestions on how I could do this?
|