From 6aeb3ab0c9004a5eb9bd7fb33877a4b5100a875e Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 18 Jun 2015 15:19:36 +0000 Subject: [PATCH] Ditch example.com. --- roles/taiga/templates/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/taiga/templates/local.py b/roles/taiga/templates/local.py index c117a9ce5f..b4ca5fcdfc 100644 --- a/roles/taiga/templates/local.py +++ b/roles/taiga/templates/local.py @@ -12,7 +12,7 @@ DEBUG = False TEMPLATE_DEBUG = False PUBLIC_REGISTER_ENABLED = True -DEFAULT_FROM_EMAIL = "no-reply@example.com" +DEFAULT_FROM_EMAIL = "nobody@fedoraproject.org" SERVER_EMAIL = DEFAULT_FROM_EMAIL INSTALLED_APPS += ["taiga_contrib_fas_openid_auth"]