Closed gamagoat closed 1 week ago
looks good, happy to accept this as a PR, let me know when its ready to merge
looks good, happy to accept this as a PR, let me know when its ready to merge
I can remove the TODO
comment first if you'd like, otherwise it's ready on my end.
sure
I am opening this PR to illustrate an issue.
Passwords should not be written in plaintext to logs, even in debug mode. By masking the password, we can keep it safer and still provide ourselves a way to confirm the value is what we expect.
Some examples of what this will look like in logs:
password -> appearance in logs
A minimum password length of 3 would make this even better.