Enable new feature where we send the email alias in case of CLA signed

This commit is contained in:
Patrick Uiterwijk 2014-07-09 21:26:26 +00:00
parent 31ac4a14d4
commit dccb497fd5

View file

@ -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' %}