Add email resetting #1495
Annotations
10 errors
lint:
pkg/user/activation.go#L116
Error return value of `activation.SetData` is not checked (errcheck)
|
lint:
pkg/user/activation.go#L256
Error return value of `activation.SetData` is not checked (errcheck)
|
lint:
pkg/user/email.go#L48
Error return value of `activation.SetData` is not checked (errcheck)
|
lint:
pkg/user/email.go#L150
Error return value of `htmlTemplates.Execute` is not checked (errcheck)
|
lint:
pkg/user/email.go#L160
Error return value of `textTemplate.Execute` is not checked (errcheck)
|
lint:
pkg/email/email.go#L57
errorf: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (revive)
|
lint:
pkg/email/email.go#L61
errorf: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (revive)
|
lint:
pkg/email/email.go#L71
errorf: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (revive)
|
lint:
pkg/user/email.go#L123
var-naming: func sendHtmlEmail should be sendHTMLEmail (revive)
|
lint:
pkg/models/translate.go#L86
redefines-builtin-id: redefinition of the built-in function new (revive)
|