Remove default SMTP password
This commit is contained in:
parent
2851c879b6
commit
a13caf3e4d
|
@ -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",
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue