[forge] dont require email confirm for oauth2

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lerch
2026-01-20 09:43:36 +10:00
parent 4d84bce710
commit aa5124ddc5

View File

@@ -637,7 +637,9 @@ gitea:
ENABLE_AUTO_REGISTRATION: true
USERNAME: "nickname"
OPENID_CONNECT_SCOPES: "openid profile email https://id.fedoraproject.org/scope/agreements https://id.fedoraproject.org/scope/groups" # These scopes are apparently the same on staging and prod.
{% if env == "staging" %}
REGISTER_EMAIL_CONFIRM: false
{% endif %}
## @param gitea.config.service Configuration for miscellaneous Forgejo services
service: