Remove default SMTP password

This commit is contained in:
wpetit 2020-06-17 23:46:44 +02:00
parent 2851c879b6
commit a13caf3e4d
1 changed files with 2 additions and 2 deletions

View File

@ -89,8 +89,8 @@ func NewDefault() *Config {
SMTP: SMTPConfig{
Host: "localhost",
Port: 2525,
User: "hydra-passwordless",
Password: "hydra-passwordless",
User: "",
Password: "",
SenderAddress: "noreply@localhost",
SenderName: "noreply",
},