Changes for page 2. Automated Registration
Last modified by teamwire003 on 2024/08/13 12:50
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.teamwire00 11 +XWiki.teamwire003 - Content
-
... ... @@ -1,4 +1,4 @@ 1 -For large organisational environments registering users manually can be difficult to manage and scale. Teamwire includes a way for system administrators to provide all users' registration details to automatically configure the Teamwire desktop app. On Windows desktops this is achieved by entering all information needed into the Windows Registry, and in OS Xand Linux by saving a file in the users' directory.1 +For large organisational environments registering users manually can be difficult to manage and scale. Teamwire includes a way for system administrators to provide all users' registration details to automatically configure the Teamwire desktop app. On Windows desktops this is achieved by entering all information needed into the Windows Registry, and in macOS and Linux by saving a file in the users' directory. 2 2 3 3 4 4 {{id name="windows"/}} ... ... @@ -7,6 +7,18 @@ 7 7 8 8 When starting Teamwire for the first time, the application gets the information for a user's registration (if provided) from the following registry hive: 9 9 10 +|((( 11 +**Desktop 4.0.0 or newer** 12 + 13 +##HKEY_CURRENT_USER\SOFTWARE\teamwire\## 14 + 15 +A template for an executable registry entry incl. all possible configurations can be downloaded here: [[registration-templates.zip>>attach:Public.Applications.Desktop.Automated-Registration.WebHome@registration-templates.zip||download="Public.Applications.Desktop.Automated-Registration.WebHome@registration-templates.zip"]] 16 + 17 +Please comment out parameters that are not required for your users' registration, e.g. ##ProxyURL##. 18 +))) 19 +|((( 20 +**Until Desktop 3.4.2** 21 + 10 10 ##HKEY_CURRENT_USER\Software\Teamwire\UserRegistration\## 11 11 12 12 A template for an executable registry entry incl. all possible configurations can be found at ... ... @@ -13,15 +13,27 @@ 13 13 14 14 [[http://desktop.teamwire.eu/templates/windows.reg||rel="noopener noreferrer" target="_blank"]] 15 15 16 -Please comment out parameters that are not required for your users' registration, e.g. ##CustomCAChain## or ##ProxyURL##. 28 +Please comment out parameters that are not required for your users' registration, e.g. ##ProxyURL##. 29 +))) 17 17 18 - 19 19 {{id name="macosandlinux"/}} 20 20 21 21 = macOS and Linux = 22 22 23 -To enable automated registration in OS Xor Linux, a JSON file needs to be placed in the user's folder:35 +To enable automated registration in macOS or Linux, a JSON file needs to be placed in the user's folder: 24 24 37 +|((( 38 +**Desktop 4.0.0 or newer** 39 + 40 +##~~/.config/teamwire/teamwire.cfg## 41 + 42 +A template JSON file incl. all possible configurations can be downloaded here: [[registration-templates.zip>>attach:Public.Applications.Desktop.Automated-Registration.WebHome@registration-templates.zip||download="Public.Applications.Desktop.Automated-Registration.WebHome@registration-templates.zip"]] 43 + 44 +Please delete the parameters that are not required for your users' registration, e.g. ##ProxyURL##. 45 +))) 46 +|((( 47 +**Until Desktop 3.4.2** 48 + 25 25 ##~~/.config/teamwire.cfg## 26 26 27 27 A template JSON file incl. all possible configurations can be found at ... ... @@ -28,9 +28,9 @@ 28 28 29 29 [[http://desktop.teamwire.eu/templates/registration.json||rel="noopener noreferrer" target="_blank"]] 30 30 31 -Please delete the parameters that are not required for your users' registration, e.g. ##CustomCAChain## or ##ProxyURL##. 55 +Please delete the parameters that are not required for your users' registration, e.g. ##ProxyURL##. 56 +))) 32 32 33 - 34 34 {{id name="mandatory"/}} 35 35 36 36 = Mandatory Parameters = ... ... @@ -37,10 +37,10 @@ 37 37 38 38 The following parameters are always required for automated registration: 39 39 40 -* ## FirstName##41 -* ## LastName##42 -* ## Email##43 -* ## RegistrationToken##64 +* ##firstName## 65 +* ##lastName## 66 +* ##email## 67 +* ##registrationToken## 44 44 45 45 ## ## 46 46