Any way to delete a user? Looks like I only see di...
# kolide
w
Any way to delete a user? Looks like I only see disable?
z
I was noticing this the other day and thinking that we ought to allow users to be deleted. I'll file an issue and see if I can get it done soon.
w
awesome, thanks!
would it be risky to just manually delete out of the database? Not sure how everything ties together
z
I think the reason why users originally could not be deleted was because there was a foreign key from query to the user who created it. I don't think that is the case anymore, but would need to do some research to be sure. If you are eager to do this, try deleting manually in the DB and re-insert that row if errors result.
w
ok, definitely not super critical
appreciate the context though!
🍻 1