A terrible thing happened with remoting client api.
I changed only limit_web_quota with clients_update with remoting client api.
It seemed to me that the change was successful with no problem.
But, In fact, it hasn't been successful.
Because, all client's passwords, except me, were changed.
I wrote
$record_record = $client->client_get($session_id, $record['client_id']);
$record_record['limit_web_quota'] = 10;
$client->client_update($session_id, $record['client_id'], 0, $record_record);
in this script.
I guess this api encrypt client's password again for changed passwords are also begin with $1$ salt.
This terrible problem is resolved yet.
Does anyone know a solution?
|
Recent comments
1 day 6 hours ago
1 day 11 hours ago
1 day 16 hours ago
1 day 18 hours ago
2 days 8 hours ago
2 days 8 hours ago
2 days 13 hours ago
2 days 20 hours ago
2 days 20 hours ago
2 days 22 hours ago