bInsertProfile - Solution Sites Routine

This function validates the login name and password of a user and, if successful, creates a new profile.

Definition

Function bInsertProfile(
  byVal sSubAction,
  byRef sStatusField,
  byRef sStatusID,
  byRef sProfileIDs)

Parameters

  • sSubAction
    A string containing the subaction (add or copy).
  • sStatusField
    A string containing the status field code.
  • sStatusID
    A string containing the status ID code.
  • sProfileIDs
    A string containing profile IDs separated by the constant PROFILE_ID_SEPARATOR.

Return Value

A Boolean indicating whether the credentials were valid and the profile was created. True indicates the credentials were valid and the profile was created. False indicates either the credentials were invalid or the profile could not be created.

Defined in File

services\include\save_one_profile.asp

Routines Called

bInsertProfileDetails

bValidateLoginNameChars

bValidatePasswordChars

EnsureUserProfile

GetQualifiedName

GetRequestString

sGetThisPageProperty

Called By

PrepareInsertProfile

Copyright © 2005 Microsoft Corporation.
All rights reserved.