Changes for page 2. Automated Sign-in

Last modified by teamwire001 on 2026/07/08 06:27

From version 9.1
edited by teamwire001
on 2026/07/08 06:27
Change comment: DOC-573
To version 8.1
edited by teamwire001
on 2026/02/02 12:44
Change comment: DOC-524

Summary

Details

Page properties
Content
... ... @@ -7,6 +7,10 @@
7 7  
8 8  To enable the automated sign-in process in Windows, provide the [[Mandatory parameters>>doc:||anchor="mandatory"]] in the following registry hive:
9 9  
10 +{{tabs idsToLabels="registry1=Desktop 4, registry2=Until Desktop 3.4.3"/}}
11 +
12 +(% id="registry1" %)
13 +(((
10 10  {{info}}
11 11  Please ensure to always update your desktop app to the latest version to make sure that all available options of the template are supported.
12 12  {{/info}}
... ... @@ -17,8 +17,23 @@
17 17  [[url:https://desktop.teamwire.eu/templates/teamwire-windows.reg||rel="noopener noreferrer" target="_blank"]]
18 18  
19 19  Please comment out parameters that are not required, e.g. ##proxyUrl##.
24 +)))
20 20  
26 +(% id="registry2" %)
27 +(((
28 +Registry path: ##HKEY_CURRENT_USER\Software\Teamwire\UserRegistration\##
21 21  
30 +A template for an executable registry entry incl. all possible configurations can be found at
31 +
32 +[[url:http://desktop.teamwire.eu/templates/windows.reg||rel="noopener noreferrer" target="_blank"]]
33 +
34 +Please comment out parameters that are not required, e.g. ##ProxyURL##.
35 +)))
36 +
37 +(% style="border-color:var(--kind_blue_medium)" %)
38 +----
39 +
40 +
22 22  {{id name="macosandlinux"/}}
23 23  
24 24  = macOS and Linux =
... ... @@ -25,6 +25,10 @@
25 25  
26 26  To enable the automated sign-in process in macOS or Linux, provide the [[Mandatory parameters>>doc:||anchor="mandatory"]] inside a JSON file in the user directory:
27 27  
47 +{{tabs idsToLabels="config1=Desktop 4, config2=Until Desktop 3.4.3"/}}
48 +
49 +(% id="config1" %)
50 +(((
28 28  {{info}}
29 29  Please ensure to always update your desktop app to the latest version to make sure that all available options of the template are supported.
30 30  {{/info}}
... ... @@ -35,8 +35,23 @@
35 35  [[url:https://desktop.teamwire.eu/templates/teamwire.cfg||rel="noopener noreferrer" target="_blank"]]
36 36  
37 37  Please delete the parameters that are not required, e.g. ##proxyUrl##.
61 +)))
38 38  
63 +(% id="config2" %)
64 +(((
65 +File path: ##~~/.config/teamwire.cfg##
39 39  
67 +A template JSON file incl. all possible configurations can be found at
68 +
69 +[[http://desktop.teamwire.eu/templates/registration.json||rel="noopener noreferrer" target="_blank"]]
70 +
71 +Please delete the parameters that are not required, e.g. ##ProxyURL##.
72 +)))
73 +
74 +(% style="border-color:var(--kind_blue_medium)" %)
75 +----
76 +
77 +
40 40  {{id name="mandatory"/}}
41 41  
42 42  = Mandatory parameters =
... ... @@ -43,13 +43,30 @@
43 43  
44 44  The following parameters are always required for automated sign-in:
45 45  
84 +{{tabs idsToLabels="parameter1=Desktop 4, parameter2=Until Desktop 3.4.3"/}}
85 +
86 +(% id="parameter1" %)
87 +(((
46 46  * ##firstName##: User's first name
47 47  * ##lastName##: User's last name
48 48  * ##email##: User's email address
49 49  * ##registrationToken##: One-time registration token from the Dashboard
50 50  * ##serverHost##: Teamwire Server name as described in [[Advanced Configurations>>doc:Public.Applications.Desktop.Advanced-Configurations.WebHome||anchor="4-hostname"]] (optional but recommended)
51 -## ##
93 +)))
52 52  
95 +(% id="parameter2" %)
96 +(((
97 +* ##FirstName##: User's first name
98 +* ##LastName##: User's last name
99 +* ##Email##: User's email address
100 +* ##RegistrationToken##: One-time registration token from the Dashboard
101 +* ##BackendServerName##: Teamwire Server name as described in [[Advanced Configurations>>doc:Public.Applications.Desktop.Advanced-Configurations.WebHome||anchor="4-hostname"]] (optional but recommended)
102 +)))
103 +
104 +(% style="border-color:var(--kind_blue_medium)" %)
105 +----
106 +
107 +
53 53  {{id name="securityadvice"/}}
54 54  
55 55  = Security advice =