We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55afd39 commit 4d9f4edCopy full SHA for 4d9f4ed
services/auth/source/smtp/source_authenticate.go
@@ -43,7 +43,7 @@ func (source *Source) Authenticate(ctx context.Context, user *user_model.User, u
43
if err := Authenticate(auth, source); err != nil {
44
// when authentication via smtp fails, wraps ErrInvalidArgument
45
// with the original textproto.Error as the cause,
46
- // so it will show username or password to the user
+ // so it will show username_password_incorrect to the user
47
// while log the original error so that admin can check.
48
// see: routers/web/auth/auth.go SiginPost
49
if tperr, ok := err.(*textproto.Error); ok {
0 commit comments