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"]