mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 18:25:56 +01:00
Merge pull request #1929 from ywk253100/170405_subject
Modify the subject of resetting password email
This commit is contained in:
commit
7bf124735a
@ -158,7 +158,7 @@ func (cc *CommonController) SendEmail() {
|
||||
60, settings.SSL,
|
||||
false, settings.From,
|
||||
[]string{email},
|
||||
cc.Tr("reset_email_subject"),
|
||||
"Reset Harbor user password",
|
||||
message.String())
|
||||
if err != nil {
|
||||
log.Errorf("Send email failed: %v", err)
|
||||
|
Loading…
Reference in New Issue
Block a user