bValidatePasswordChars - Solution Sites Routine

This function validates the characters in the string specified by the sPassword parameter.

Definition

Function bValidatePasswordChars(
  sPassword)

Parameters

  • sPassword
    A string containing the password.

Return Value

A Boolean indicating whether the characters in the password are valid. True indicates they are all valid. False indicates at least one is not valid.

Defined in File

services\include\lib.asp

Routines Called

bMatchesPattern

Called By

bInsertProfile

UpdatePasswordActionHandler

Copyright © 2005 Microsoft Corporation.
All rights reserved.