Hi I have a question how to reset the password of ...
# help
j
Hi I have a question how to reset the password of the project that I have created?
m
Was about to ask this question too, thanks!
Hmm, is there a security vulnerability with this? I just followed this method, and it seems that the raw query (including the plain-text password) is logged in the DB logs... is that intended / safe behavior or are the logs not supposed to contain sensitive information like that?
s
I'm not sure how the new logging part of the system work, but maybe someone from the team with better knowledge than myself can answer this. //cc @User
e
Hi Joey, thanks for reporting this. As an immediate fix, we have a job which scrubs the passwords from the logs every hour. Soon, we will make a fix so that the plaintext password doesnt reach our logging pipeline.
m
IMO, a UI to reset the password (under settings -> database) would be the most intuitive UX
that combined with either a warning that anything you put in the SQL interface will be committed to logs or even a checkbox on the SQL interface which gives you the ability to disable "add this command to logs"
something like that