From dccb497fd5b9a5525355fc0ba4a4ff3c9cfd36ab Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 9 Jul 2014 21:26:26 +0000 Subject: [PATCH] Enable new feature where we send the email alias in case of CLA signed --- roles/fedoauth/templates/fedoauth.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/fedoauth/templates/fedoauth.cfg b/roles/fedoauth/templates/fedoauth.cfg index 1edb82aa1a..a89d2d98a3 100644 --- a/roles/fedoauth/templates/fedoauth.cfg +++ b/roles/fedoauth/templates/fedoauth.cfg @@ -34,6 +34,7 @@ AUTH_MODULE_CONFIGURATION = { 'listed': True, 'select_image': '/static/fedora/fedora-authn-logo-white.png', 'reauth_timeout': 15, + 'email_alias_when_cla': True, 'user_agent': 'FedOAuth', 'check_cert': True, {% if env == 'staging' %}