Reputation: 1
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
Reputation: 56
This error means that the user’s password has expired, and you need to reset it
Upvotes: 1