Remove default SMTP password
This commit is contained in:
parent
2851c879b6
commit
a13caf3e4d
|
@ -89,8 +89,8 @@ func NewDefault() *Config {
|
||||||
SMTP: SMTPConfig{
|
SMTP: SMTPConfig{
|
||||||
Host: "localhost",
|
Host: "localhost",
|
||||||
Port: 2525,
|
Port: 2525,
|
||||||
User: "hydra-passwordless",
|
User: "",
|
||||||
Password: "hydra-passwordless",
|
Password: "",
|
||||||
SenderAddress: "noreply@localhost",
|
SenderAddress: "noreply@localhost",
|
||||||
SenderName: "noreply",
|
SenderName: "noreply",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue