can you get shell on the database?
# kolide
m
can you get shell on the database?
m
yes, the passwords should be encrypted, what can i do? thanks
m
the simplest solution is to run
delete from users where 1=1;
or something, which will totally delete every user and expose the setup endpoint again that will expose a web endpoint that allows you to create a new admin user.
if you have users you want to keep, then you can just delete your row or update your hash/salt with a known good pair from another fleet instance or something.
m
marpaia thank you very much for your support
m
nice, you got in @Mustafa?