You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/windows-multiuser.mdx
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,16 +93,17 @@ The following flowchart shows how WARP registration settings take effect as user
93
93
```mermaid
94
94
flowchart TB
95
95
start(["Enable multi-user mode"])-->reg["Active Windows user is prompted to register WARP"]
96
-
reg--"Log out of Windows"-->prelogin{{"Is there a pre-login <br />registration?"}}
97
-
prelogin--"Yes"-->preloginyes
98
-
prelogin-. "No" .->preloginno
96
+
reg--"Log out of Windows"-->prelogin
99
97
100
98
subgraph preloginbehavior["Windows login screen"]
99
+
prelogin{{"Is there a pre-login <br />registration?"}}
101
100
preloginyes["Use pre-login settings"]
102
-
preloginno["Stay registered as previous Windows user"]
101
+
prelogin--"Yes"-->preloginyes
102
+
prelogin-. "No" .->preloginno
103
+
preloginno["Stay registered as <br />previous Windows user"]
103
104
end
104
105
105
-
preloginbehavior--"Log in to Windows"-->regexists{{"Has the user already registered with WARP?"}}
106
+
preloginbehavior--"Log in to Windows"---->regexists{{"Has the user already registered with WARP?"}}
106
107
regexists--"Yes"-->user["Switch to that user's registration"]
0 commit comments