From 75d8a5ec598a4df1409dd582f890c16fc69202fd Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Wed, 2 Sep 2015 18:38:54 +0000 Subject: [PATCH] bodhi: Add the "openid.sreg_required = email" option --- roles/bodhi2/base/templates/production.ini.j2 | 1 + roles/bodhi2/base/templates/staging.ini.j2 | 1 + 2 files changed, 2 insertions(+) diff --git a/roles/bodhi2/base/templates/production.ini.j2 b/roles/bodhi2/base/templates/production.ini.j2 index 0be041a96b..d93a334a0b 100644 --- a/roles/bodhi2/base/templates/production.ini.j2 +++ b/roles/bodhi2/base/templates/production.ini.j2 @@ -385,6 +385,7 @@ openid.success_callback = bodhi.security:remember_me openid.provider = https://id.fedoraproject.org/openid/ openid.url = https://id.fedoraproject.org/ openid_template = {username}.id.fedoraproject.org +openid.sreg_required = email # CORS allowed origins for cornice services # This can be wide-open. read-only, we don't care as much about. diff --git a/roles/bodhi2/base/templates/staging.ini.j2 b/roles/bodhi2/base/templates/staging.ini.j2 index 14a22c2335..c3246d225a 100644 --- a/roles/bodhi2/base/templates/staging.ini.j2 +++ b/roles/bodhi2/base/templates/staging.ini.j2 @@ -362,6 +362,7 @@ openid.success_callback = bodhi.security:remember_me openid.provider = https://id.stg.fedoraproject.org/openid/ openid.url = https://id.stg.fedoraproject.org/ openid_template = {username}.id.fedoraproject.org +openid.sreg_required = email # CORS allowed origins for cornice services # This can be wide-open. read-only, we don't care as much about.