diff --git a/BeWo/BeWoApp.xaml.cs b/BeWo/BeWoApp.xaml.cs
index 2330ffc53..15e0ede6a 100644
--- a/BeWo/BeWoApp.xaml.cs
+++ b/BeWo/BeWoApp.xaml.cs
@@ -683,6 +683,7 @@ namespace BeWo
var settingsKeyValuePairList = _Mandator.Settings.SplitToKeyValuePairList(";", "=").ToList();
var x = settingsKeyValuePairList.FirstOrDefault(f => f.Key.Equals("TimeUntilUILock")).Value ?? "NULL";
+
var y = _LockUITime;
AutoLockUI.LockUITime = Convert.ToInt32(settingsKeyValuePairList.FirstOrDefault(f => f.Key.Equals("TimeUntilUILock")).Value ?? LockUITime.ToString());
diff --git a/BeWo/LockedPage.xaml b/BeWo/LockedPage.xaml
index 7dddef8b9..669da82f4 100644
--- a/BeWo/LockedPage.xaml
+++ b/BeWo/LockedPage.xaml
@@ -52,8 +52,8 @@
-
-
+
+
www.beyondsoft.de
diff --git a/Host/Multitenancy/demo.config b/Host/Multitenancy/demo.config
index b3c03c5ef..36201eb31 100644
--- a/Host/Multitenancy/demo.config
+++ b/Host/Multitenancy/demo.config
@@ -20,7 +20,7 @@
-->
- Server=localhost;Password=root;User ID=root; Initial Catalog=bewodemo
+ Server=localhost;Password=root;User ID=root; Initial Catalog=1111111111