No admin login passwort reseted

Discussion in 'General' started by alexTan, Nov 8, 2016.

  1. alexTan

    alexTan New Member

    Hello,

    I am not able to do an admin login anymore.
    I tried to reset the admin password in the mySQL database like the following:
    mysql -u root -p
    use dbispconfig;
    UPDATE sys_user SET passwort = md5('admin') WHERE username = 'admin';
    Wen I am trying to logn via the webinterface, I always get back to the login site again.
    I am confused and don't know what to do...
    Does anyone know some help?
    Alex

    ****** UPDATE ******
    It seems the problem comes together with my standard browser Chromium. If I use Firefox everything works fine. Probably some browser settings don't work with that ISPConfig.
     
    Last edited: Nov 8, 2016
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    That's probably a cache problem and not a incompatibility. Empty the cache and delete cookies.
     

Share This Page