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
After updating to the latest dev version, I can't login anymore.
I tried restarting and using docker-compose down, but it didn't worked.
I looked in the postgres database and found my user: 1 | codedoctor | CodeDoctor | | ....
This is the log that is printed after that: gitea | 2023/01/02 18:27:23 ...ers/web/auth/auth.go:206:SignInPost() [I] [13f3157f] Failed authentication attempt for CodeDoctor from 123.45.678.90:0: user does not exist [uid: 1, name: CodeDoctor, keyid: 0].
Description
After updating to the latest dev version, I can't login anymore.
I tried restarting and using docker-compose down, but it didn't worked.
I looked in the postgres database and found my user:
1 | codedoctor | CodeDoctor | | ...
.This is the log that is printed after that:
gitea | 2023/01/02 18:27:23 ...ers/web/auth/auth.go:206:SignInPost() [I] [13f3157f] Failed authentication attempt for CodeDoctor from 123.45.678.90:0: user does not exist [uid: 1, name: CodeDoctor, keyid: 0]
.Gitea Version
Latest dev version
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
https://gist.github.com/CodeDoctorDE/a136abc06837e13e7470f69ef497285b
Screenshots
No response
Git Version
The one from the docker image
Operating System
Raspbian
How are you running Gitea?
Using docker-compose:
Database
PostgreSQL
The text was updated successfully, but these errors were encountered: