• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. sampyla
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    sampyla

    @sampyla

    0
    Reputation
    167
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    sampyla Unfollow Follow

    Latest posts made by sampyla

    • RE: Cannot login to webui

      Okay I found the problem. The password cannot contain% for some reason… And when I added the password directly through mysql, it borked the whole system. Setting the password back to default with MD5 works wonders.

      posted in FOG Problems
      S
      sampyla
    • Cannot login to webui

      Hello

      FOG version 32
      I went through all the topics that were telling how to change my password form mysql etc. Tried to change the password from mysql database with:
      mysql -u root fog
      mysql> UPDATE users SET uPass = MD5(‘password’) WHERE uName = ‘fog’;

      after that I went through “/var/www/fog/commons/config.php” and “/opt/fog/service/etc/config.php” and changed all the instances of fog passwords to the one I changed into the mysql.
      After that I did “sudo passwd fog” and changed the system user password to the one I chose.

      And now… I cannot connect to the webui… but I can login to the local computer with the fog user.

      I tried changing all the passwords back to the default one, but now even that wont work.

      I also tried to change the password without the MD5 part but still no use…

      Edit:
      Should the uType and uCreatedDate contain some data? as it is, UcreatedDate is just zeros and dashes, and uType is empty.

      posted in FOG Problems
      S
      sampyla