retreve username and password

Discussion in 'Installation/Configuration' started by erik, Sep 1, 2005.

  1. erik

    erik New Member

    Is there a way to get the usernames and corresponding passwords of exisiting clients and resellers? (including none ispconfig login (e-mail/ftp/mysql))

    Thanks
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    If you mean clear text passwords, no. All passwords are saved as either md5 or crypt passwords.
     
  3. erik

    erik New Member

    Isn't there a way to convert the encrypted passwords to readable passwords? For example by writing a custom php page? If so could you give some directions, please?

    Erik
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    No, thats not possible without rewriting the complete authentication system and for security reasons i wont recommend it.

    If you want do it anyway, have a look at the files in:

    /home/admispconfig/ispconfig/lib/classes/
     
  5. erik

    erik New Member

    Then I won't do that :). Thanks for your quick response.

    Erik
     

Share This Page