Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Unable to login after customer unsuspending  (Read 2657 times)

0 Members and 1 Guest are viewing this topic.

jominj

  • Guest
Unable to login after customer unsuspending
« on: February 04, 2014, 09:26:55 pm »
After Plesk Billing user was unsuspended it could not log in to the Plesk Panel or Plesk Billing panel.

This issue will be due to Value 'client_active' of this customer in 'billing' database remained equal to '0'.

To solve this issue follow the below steps:
1. Change password and try to log in with the new password.
2. Check records in 'billing' database for this customer.
Code: [Select]
select cl.client_id, cl.client_status, cl.client_active, cl.sync_status, cont.contact_username, cont.contact_password from clients cl inner join client_contacts cont on (cl.client_id=cont.client_id) where cont.contact_username="user";

client_status = 0 (customer is not suspended, canceled or archived)
3. In order to enable customer and allow him log in to the Billing and Plesk panels the value 'client_active' should be set to '1'.