ValidatePassword method

This method is implemented by the following interfaces. Click one of the links below to jump to the description of the method as it pertains to that interface.

 

IERUAuthenticator
IERUMemberManager

 

 

ValidatePassword method

Validates a User's password.

Syntax


C++

HRESULT ValidatePassword (
   BSTR UserName,
   BSTR Password,
   BSTR LockoutIPAddress,
   VARIANT_BOOL* pRetVal)

Scripting languages

Boolean = Object.ValidatePassword(
   UserName as String,
   Password as String,
   LockoutIPAddress as String)

Parameters


UserName

The User's eRoom login name.

Password

The User's eRoom password.

LockoutIPAddress

The address stored in case the account is locked out.

pRetVal

Upon return, TRUE if Password is valid for UserName, otherwise, FALSE.

Return value


C++

The return code.

Scripting languages

Upon return, TRUE if Password is valid for UserName, otherwise, FALSE.

Home

Applies to

IERUAuthenticator

 

Go to Top
 

ValidatePassword method

Validates a User's password.

Syntax


C++

HRESULT ValidatePassword (
   BSTR UserName,

   BSTR Password,

   VARIANT_BOOL *pRetVal)

Scripting languages

Boolean = Object.ValidatePassword(
   UserName as String,

   Password as String)

Parameters


UserName

The User's eRoom login name.

Password

The User's eRoom password.

pRetVal

Upon return, TRUE if Password is valid for UserName, otherwise, FALSE.

Return value


C++

The return code.

Scripting languages

Upon return, TRUE if Password is valid for UserName, otherwise, FALSE.

 

 

Go to Top

Home

Applies to

IERUMemberManager