You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Log entry:
...ers/web/auth/auth.go:206:SignInPost() [I] [645256b1] Failed authentication attempt for user from ip: user does not exist [uid: 2, name: user, keyid: 0]
Description
I tried to fail authentication by using wrong password and I looked at the log file. There is failed authentication attempt information log with additional text: 'user does not exist', however user exists and I can login when provided good password.
Expected Fix
Log authentication attempt fail log without text 'user does not exist' when user exists
Gitea Version
1.19.2
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
2.30.2
Operating System
Debian
How are you running Gitea?
Running binary gitea behind nginx proxy
Database
PostgreSQL
The text was updated successfully, but these errors were encountered:
Gitea version 1.20.0+rc0-58-g28ed763f5 built with GNU Make 4.3, go1.20.5 : bindata, sqlite, sqlite_unlock_notify
ers/web/auth/auth.go:206:SignInPost() [I] Failed authentication attempt for skhan from 10.1x.6x.x:57086: user does not exist [uid: 0, name: xxxxx, keyid: 0]
Gitea version 1.20.0+rc0-58-g28ed763f5 built with GNU Make 4.3, go1.20.5 : bindata, sqlite, sqlite_unlock_notify
ers/web/auth/auth.go:206:SignInPost() [I] Failed authentication attempt for skhan from 10.1x.6x.x:57086: user does not exist [uid: 0, name: xxxxx, keyid: 0]
I think uid 0 means that the user really does not exist, but can not confirm that.
Description
Log entry:
...ers/web/auth/auth.go:206:SignInPost() [I] [645256b1] Failed authentication attempt for user from ip: user does not exist [uid: 2, name: user, keyid: 0]
Description
I tried to fail authentication by using wrong password and I looked at the log file. There is failed authentication attempt information log with additional text: 'user does not exist', however user exists and I can login when provided good password.
Expected Fix
Log authentication attempt fail log without text 'user does not exist' when user exists
Gitea Version
1.19.2
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
No response
Screenshots
No response
Git Version
2.30.2
Operating System
Debian
How are you running Gitea?
Running binary gitea behind nginx proxy
Database
PostgreSQL
The text was updated successfully, but these errors were encountered: