Change customer to reseller and back

Discussion in 'Installation/Configuration' started by wiseguy, Apr 25, 2010.

  1. wiseguy

    wiseguy New Member

    Hallo,

    is it possible with ISPConfig 3 to make a customer to a reseller? And maybe for the future the other direction; making the resseler back to a customer?

    How can I do that?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Database table "client", field "limit_client":

    0 = client
    > 0 = reseller
     
    Wade John Beckett likes this.
  3. wiseguy

    wiseguy New Member

    But how can I change a customer to a reseller? The Limit for clients is not in the limit listing. (better; I cant find it there)

    Maybe I can make one customer to a reseller and than this reseller can hold more own customers? Then I can give a mail domain to this reseller and so every customer of him can have his own mailbox?

    [EDIT]
    Okay, now I tried to change it directly in mysql database and it works.
    But I have no chance to set a maildomain to more than one customers with this, too.
     
    Last edited: Apr 25, 2010
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Mysql databses can be edited with many different tools, e.g. the mysql commandline client or phpmyadmin.
     

Share This Page