We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
When a new user signs in to gitea via proxy, his profile settings are not complete.
Specifically, his "Full Name" and "Email" are empty or incorrect.
No issue with the username getting populated.
Hope i did this repo correctly.
Thanks!
1.17.1 built with GNU Make 4.3, go1.18.5 : bindata, timetzdata, sqlite, sqlite_unlock_notify
No
https://pastebin.com/raw/vbF0AKXn
2.31.1
Rocky Linux release 8.6 (Green Obsidian)
Running gitea via docker. below is docker-compose for gitea
gitea: container_name: gitea image: gitea/gitea restart: unless-stopped volumes: - ./gitea:/data - /etc/timezone:/etc/timezone:ro - /etc/localtime:/etc/localtime:ro ports: - 3000:3000 - 2222:22 depends_on: - db - ipv6nat environment: - GITEA__log__LEVEL=Trace - GITEA__database__DB_TYPE=postgres - GITEA__database__HOST="db:5432" - GITEA__database__NAME=gitea - GITEA__database__USER=gitea - GITEA__database__PASSWD=gitea - GITEA__server__DOMAIN=gitea.domain.net - GITEA__server__SSH_PORT=2222 - GITEA__server__SSH_DOMAIN=gitea.domain.net - GITEA__server__ROOT_URL=https://gitea.domain.net - GITEA__service__DISABLE_REGISTRATION=false - GITEA__service__REQUIRE_SIGNIN_VIEW=true - GITEA__service__ENABLE_NOTIFY_MAIL=true - GITEA__service__ALLOW_ONLY_EXTERNAL_REGISTRATION=false - GITEA__service__ENABLE_CAPTCHA=false - GITEA__service__DEFAULT_ALLOW_CREATE_ORGANIZATION=true - GITEA__service__DEFAULT_ENABLE_TIMETRACKING=true - GITEA__service__NO_REPLY_ADDRESS=domain.net - GITEA__service__REGISTER_EMAIL_CONFIRM=true - GITEA__service__ENABLE_REVERSE_PROXY_AUTHENTICATION=true - GITEA__service__ENABLE_REVERSE_PROXY_AUTO_REGISTRATION=true - GITEA__security__PASSWORD_HASH_ALGO=argon2 - GITEA__security__REVERSE_PROXY_AUTHENTICATION_USER=Remote-User - GITEA__security__REVERSE_PROXY_AUTHENTICATION_EMAIL=Remote-Email - GITEA__security__REVERSE_PROXY_AUTHENTICATION_FULL_NAME=Remote-Name - GITEA__security__REVERSE_PROXY_TRUSTED_PROXIES=172.20.0.0/16,fd00:dead:beef::/48 - GITEA__mailer__ENABLED=true - GITEA__mailer__FROM=donotreply-gitea@domain.net - GITEA__mailer__MAILER_TYPE=smtp - GITEA__mailer__HOST="gitea-postfix:25" - GITEA__mailer__IS_TLS_ENABLED=false - GITEA__webhook__ALLOWED_HOST_LIST=webhook.domain.net - GITEA__webhook__SKIP_TLS_VERIFY=true - GITEA__admin__DISABLE_REGULAR_ORG_CREATION=true
PostgreSQL
The text was updated successfully, but these errors were encountered:
Fullname support is in 1.18 (#20776)
Sorry, something went wrong.
Thank you for the reply @KN4CK3R
guess thats half the battle.
The only question left is the email field. Any input on that?
Thank you, Dave
Ok,
i think i figure out the issue. was missing
- GITEA__service__ENABLE_REVERSE_PROXY_EMAIL=true
Now i see email field being applied when a new user signs in via proxy.
Thank you for the support! looking forward to v1.18
Closing
No branches or pull requests
Description
Hello,
When a new user signs in to gitea via proxy, his profile settings are not complete.
Specifically, his "Full Name" and "Email" are empty or incorrect.
No issue with the username getting populated.
Hope i did this repo correctly.
Thanks!
Gitea Version
1.17.1 built with GNU Make 4.3, go1.18.5 : bindata, timetzdata, sqlite, sqlite_unlock_notify
Can you reproduce the bug on the Gitea demo site?
No
Log Gist
https://pastebin.com/raw/vbF0AKXn
Screenshots
Git Version
2.31.1
Operating System
Rocky Linux release 8.6 (Green Obsidian)
How are you running Gitea?
Running gitea via docker.
below is docker-compose for gitea
Database
PostgreSQL
The text was updated successfully, but these errors were encountered: