user3378014
user3378014

Reputation: 1

Getting Login Issue for New User with CoSign SOAP API

I have created the new user on the CoSign server. I am getting the following response (User password expired) while logging using the ValidateCredentials method.

Array
(
    [Success] => 
    [ErrData] => Array
        (
            [Message] => User password expired.
            [Module] => ValidateCredentials
            [Code] => -36
            [InnerCode] => -1878916637
        )

)

Can anybody help?

Upvotes: 0

Views: 71

Answers (1)

Alon
Alon

Reputation: 56

This error means that the user’s password has expired, and you need to reset it

Upvotes: 1

Related Questions