Welcome to Pandora FMS Community!

Find answers, ask questions, and connect with our community around the world.

Welcome to Pandora FMS Community Forums Community support DELETE FROM tconfig WHERE token = “auth”;

  • DELETE FROM tconfig WHERE token = “auth”;

    Posted by dba61 on March 20, 2011 at 00:16

    When trying to login I didn’t realize that my keyboard was set to German so my password was wrong. Now when I try to login I get an error screen with this message on the bottom: DELETE FROM tconfig WHERE token = “auth”;. Can anyone tell me how to and what I need to change so that I can login? I am using Fedora 14.

    Thanks

    miguel replied 13 years, 11 months ago 2 Members · 1 Reply
  • 1 Reply
  • miguel

    Member
    March 25, 2011 at 14:33
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Hi.

    You can set new password in the DB.

    The table to change the password is “tusuario” and the column is “password”. And the password save as MD5 sum.

    You can regenerate the password for example:

    echo -n “pandora” | md5sum

    Bye.