Password Hash

Discussion in 'Installation/Configuration' started by nok, Feb 26, 2006.

  1. nok

    nok New Member

    I'm writting an order panel in PHP for ISPconfig, can you tell me what hash the passwords are in (for table isp_isp_kunde and field webadmin_passwort)


    I assume this is the field that allows people (clients) to login?
    ________
    Extreme Q
    ________
    Vapir oxygen
     
    Last edited: Apr 22, 2011
  2. falko

    falko Super Moderator ISPConfig Developer

    It's an MD5 hash, prepended by the string
    Code:
    ||||:
     
  3. nok

    nok New Member

    ok greate thanks!

    I've added the client, and added the login details to sys_user however the client doesn't show up in the reseller list?

    Is there a table (isp_dep) or something that links the two?
    ________
    ass Webcams
    ________
    SuperHugeTits
     
    Last edited: Apr 22, 2011
  4. nok

    nok New Member

    Last edited: Apr 22, 2011
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    You have to add also an record in sp_nodes with the permision settings and the information where the record is stored in the tree menu and there is also a isp_dep record nescessary for the dependency information between the reseller record and the client record.
     

Share This Page