Closed
Description
- Gitea version (or commit ref): 1.11.0+dev-210-g74bb292fe (docker / latest)
- Git version: 2.22.0
- Operating system: Vmware PhotonOS (docker)
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- not possible
- Log gist:
Description
I migrated my gitea installation to the docker gitea instance, everything works fine so far, except logging in via google Oauth2.
Steps to reproduce:
- Visit oauth2 login path: https://git.domain.tld/user/oauth2/Google
- log in with google account
- redirect back to https://git.domain.tld/user/link_account#
- switch to "Link to Existing Account"
- Type in Username and press enter
Expected behavior:
- get asked for user password
- login
- oauth2 account bound
Actual behavior:
- Landing again on https://git.domain.tld/user/link_account# , register tab
- switch to "Link to Existing Account" reveals the error: "Password cannot be empty."
- there was and is no password field (see attached screenshot)