Skip to main content
Participant
December 2, 2008
Question

update record with check new user

  • December 2, 2008
  • 1 reply
  • 306 views
I have a page where the already registered member can create a username and password to access the secure part of my site. I need to be able to 1) check for uniqueness of username (no duplicates) , 2) validate my fields (password, confirm password, email address)
Is there a way to apply the check new username behavior to the update record server behavior I have in place?
thanks,
Rob
This topic has been closed for replies.

1 reply

December 4, 2008
In the server behaviors panel with the submit button selected, from the (+) button choose User Authentication then Check New Username. There you can set uniqueness and requirements. From there, on the behaviors panel (not server behaviors), again with the submit button selected, select the (+) button and choose Validate Form. From there you can set requirements and validations.

That should at least help.