Previous Topic

Next Topic

Book Contents

Verifying passwords

To validate InForm user credentials for a single user:

Password verification is subject to the same business logic as InForm authentication and results in account deactivation upon multiple failed attempts based on the configured InForm password policy.

Use

Verifies the validity of a user name and password combination.

Inputs

  • Study name.
  • User name.
  • Password.

Outputs

  • True—User name and password are valid and the account is active.
  • False—User name and password are invalid and/or the account is not active.

Side effects

Invalid password combinations trigger standard InForm password processing logic and can trigger deactivation of the account.

SOAP action

http://www.phaseforward.com/InForm/2009/01/UserProvisioning/VerifyPassword

Send Feedback