mailman-elixir / mailman

Mailman provides a clean way of defining mailers in your Elixir applications
https://github.com/mailman-elixir/mailman
Other
203 stars 73 forks source link

Prevent password from being inspected #88

Closed kdawgwilk closed 4 years ago

kdawgwilk commented 4 years ago

This prevents someone from accidentally logging out the config struct and exposing the password to some remote log server

skosch commented 4 years ago

Good catch. Thank you!