iValidateSubmittedRegistrationData - Solution Sites Routine
This function checks that the user name submitted on the registration page (login\newuser.asp) is unique, verifies that the submitted password is syntactically valid, and that the password matches the confirm password entry.
Definition
Function iValidateSubmittedRegistrationData(
listFlds,
dictFldVals,
dictFldErrs,
listFrmErrs)
Parameters
- listFlds
A SimpleList object containing the information about the form fields. - dictFldVals
A Dictionary object containing the form field values. - dictFldErrs
A Dictionary object that is initialized with field error messages by calling the function GetFieldsErrorDictionary. - listFrmErrs
A SimpleList object that is not used.
Return Value
A number indicating whether the submitted registration data is valid, where zero (0) indicates valid data and one (1) indicates data that is not valid.
Defined in File
Routines Called
Called By
Remarks
For more conceptual information about forms processing, see Forms Processing for Solution Sites.
Copyright © 2005 Microsoft Corporation.
All rights reserved.