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

    JimmyMac

    @JimmyMac

    0
    Reputation
    1
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    JimmyMac Unfollow Follow

    Latest posts made by JimmyMac

    • RE: Accidently deleted Admin User

      I think I found the solution…

      Alternatively, if the fog user does not exist, you may create it with the default password via CLI.

      mysql -D fog
      INSERT INTO users (uName,uPass,uCreateBy,uType) VALUES (‘fog’,‘$2y$11$g0Hu8OaOStuPk7WWYGh6Wu4PLlZDZGOkzMwEEAk.rZMrI9IdDwno.’,‘localAdmin’,‘0’);
      quit

      posted in FOG Problems
      J
      JimmyMac
    • Accidently deleted Admin User

      After a couple days of no sleep I accidently deleted the admin user instead of the recently departed staff members name. Is there any easy way to restore it? No I didn’t have a back up.

      Can I simply re-install FOG on my box?

      posted in FOG Problems
      J
      JimmyMac
    • Update these instructions

      Re: Adding additional image storage space to FOG server

      Could this be updated? I was flabbergasted by the chown -R fog.root /images2 for longer then I should have been. Since the fog user is now fogproject on new installs.

      posted in Tutorials
      J
      JimmyMac