From 56e7c30b090c8eb13ceeee6ee504359f39f636d8 Mon Sep 17 00:00:00 2001
From: parmentelat <thierry.parmentelat@inria.fr>
Date: Tue, 15 Jan 2019 15:52:22 +0100
Subject: [PATCH] use accents in persons names

---
 system/config_default.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/system/config_default.py b/system/config_default.py
index 1d96f3e..d38b622 100644
--- a/system/config_default.py
+++ b/system/config_default.py
@@ -103,14 +103,14 @@ def users (options) :
          'roles':['pi','tech']},
 
         {'name' : 'tech', 'key_names' : [ 'key_user' ],
-         'user_fields' : {'first_name' : 'Tech', 'last_name' : 'Tech',
+         'user_fields' : {'first_name' : 'André', 'last_name' : 'Tech',
                           'enabled' : 'true',
                           'email' : 'fake-tech1@{}'.format(pldomain),
                           'password' : 'testtech'},
          'roles':['tech']},
 
         {'name' : 'user', 'key_names' : [ 'key_user' ],
-         'user_fields' : {'first_name' : 'User', 'last_name' : 'User',
+         'user_fields' : {'first_name' : 'Eylül', 'last_name' : 'User',
                           'enabled' : 'true',
                           'email' : 'fake-user1@{}'.format(pldomain),
                           'password' : 'testuser'},
@@ -501,7 +501,7 @@ def plc (options, index) :
             'PLC_ROOT_PASSWORD' : 'test++',
             'PLC_SLICE_PREFIX' : 'auto',
             'PLC_HRN_ROOT': sfa_root(index),
-            'PLC_SHORTNAME' : 'Rlab',
+            'PLC_SHORTNAME' : 'Tlab',
             'PLC_MAIL_ENABLED' : 'false',
             'PLC_MAIL_SUPPORT_ADDRESS' : 'thierry.parmentelat@inria.fr',
             'PLC_DB_HOST' : 'deferred-myplc-hostname',
-- 
2.47.0