auth::validate_account_info (private)

 auth::validate_account_info [ -update ] -authority_id authority_id \
    -username username -user_array user_array \
    -message_array message_array

Defined in packages/acs-authentication/tcl/authentication-procs.tcl

Validates user info and returns errors, if any.

Switches:
-update (optional, boolean)
Set this flag if you're updating an existing record, meaning we shouldn't check for duplicates.
-authority_id (required)
-username (required)
-user_array (required)
Name of an array in the caller's namespace which contains the registration elements.
-message_array (required)
Name of an array where you want the validation errors stored, keyed by element name.

Testcases:
No testcase defined.
[ show source ]
Show another procedure: