Pipelet: Customer SetCustomerPassword

Pipelet SetCustomerPassword

Assign the specified Password to the specified Customer profile, validates old password if verifyOldPassword flag is true while assigning password and the pipelet exits with an ERROR if the old Password is not valid.

Note: this pipelet allows access to sensitive financial and security information. Pay attention to appropriate legal and regulatory requirements.

Group:

Customer

Flags:

Error Connector

Transaction Required

Configuration Properties

VerifyOldPassword : Boolean Optional

If ths flag is true, Pipelet validates current password.

Permissible Values:

false

true

Input Parameters

Password : String Required

New password.

Customer : Customer Required

Customer to set password for. Must represent a registered customer, otherwise the pipelet throws an exception.

OldPassword : String Optional

Old password, required if verify old password is true in config