From 55586ad2529c1028f5e4b98790e000afd49d5a79 Mon Sep 17 00:00:00 2001
From: Julian Rother <julianr@fsmpi.rwth-aachen.de>
Date: Sat, 31 Jul 2021 02:56:10 +0200
Subject: [PATCH] Replaced CCCV values with example data

---
 uffd/default_config.cfg | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/uffd/default_config.cfg b/uffd/default_config.cfg
index bad3f2af..0d10750a 100644
--- a/uffd/default_config.cfg
+++ b/uffd/default_config.cfg
@@ -158,11 +158,11 @@ SERVICES_PUBLIC=True
 BRANDING_LOGO_URL='/static/empty.png'
 
 # Name and contact mail address are displayed to users in a few places (plain text only!)
-ORGANISATION_NAME='CCCV'
-ORGANISATION_CONTACT='it@cccv.de'
+ORGANISATION_NAME='Example Organisation'
+ORGANISATION_CONTACT='contact@example.com'
 
 # Optional text included in account registration mails (plain text only!)
-WELCOME_TEXT='See https://sso.cccv.de/services/ for documentation on the services you have access to.'
+WELCOME_TEXT='See https://docs.example.com/ for further information.'
 
 # do NOT set in production
 
-- 
GitLab