Skip to content

Commit 442a248

Browse files
authored
[ZT] Multi-user phase 2 (#21312)
* admin override code * update log fields
1 parent 1e799bd commit 442a248

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-settings/index.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@ To retrieve the one-time code for a user:
5151

5252
1. Enable **Admin override**.
5353
2. Go to **My Team** > **Devices**.
54-
3. Select **View** for a connected device.
55-
4. Scroll down to **User details** and copy the 7-digit **Override code**.
56-
5. Share this code with the user for them to enter on their device.
54+
3. Select **View details** for a connected device.
55+
4. Scroll down to **User details** and select the user's name.
56+
5. Copy the 7-digit **Override code** shown in the side panel.
57+
6. Share this code with the user for them to enter on their device.
5758

5859
The user will have an unlimited amount of time to activate their code.
5960

src/content/docs/cloudflare-one/insights/logs/gateway-logs/index.mdx

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,9 @@ These settings will only apply to logs displayed in Zero Trust. Logpush data is
5959
| ---------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
6060
| **Email** | Email address of the user who registered the WARP client where traffic originated from. |
6161
| **User ID** | UUID of the user. Each unique email address in your organization will have a UUID associated with it. |
62+
| **Registration ID** | UUID of the user's WARP client registration. A unique registration ID is generated each time a device is registered for a particular email. The same physical device may have multiple registration IDs. |
6263
| **Device name** | Display name of the device returned by the operating system to the WARP client. Typically this is the hostname of a device. Not all devices will have a device name. Device names are not guaranteed to be unique. |
63-
| **Device ID** | UUID of the device connected with the WARP client. Each unique device in your organization will have a UUID associated with it each time the device is registered for a particular email. The same physical device may have multiple UUIDs associated with it. |
64+
| **Device ID** | UUID of the device connected with the WARP client. Each physical device in your organization will have a UUID. |
6465
| **Last authenticated** | Date and time the user last authenticated their Zero Trust session. |
6566

6667
#### DNS query details
@@ -155,8 +156,9 @@ Gateway will only log failed connections in [network session logs](/logs/referen
155156
| ---------------------- | ----------------------------------------------------------------------------------- |
156157
| **Email** | Email address of the user sending the packet. This is generated by the WARP client. |
157158
| **User ID** | ID of the user sending the packet. This is generated by the WARP client. |
159+
| **Registration ID** | ID of the user's device registration. This is generated by the WARP client. |
158160
| **Device name** | Name of the device that sent the packet. |
159-
| **Device ID** | ID of the device that sent the packet. This is generated by the WARP client. |
161+
| **Device ID** | ID of the physical device that sent the packet. This is generated by the WARP client. |
160162
| **Last authenticated** | Date and time the user last authenticated with Zero Trust. |
161163

162164
#### Network query details
@@ -224,8 +226,9 @@ When an HTTP request results in an error, Gateway logs the first 512 bytes of th
224226
| ---------------------- | -------------------------------------------------------------------------------------------------------------------- |
225227
| **Email** | Email address of the user who made the HTTP request. This is generated by the WARP client. |
226228
| **User ID** | ID of the user who made the request. This is generated by the WARP client. |
229+
| **Registration ID** | ID of the user's device registration. This is generated by the WARP client. |
227230
| **Device name** | Name of the device that made the request. |
228-
| **Device ID** | ID of the device that made the request. This is generated by the WARP client on the device that created the request. |
231+
| **Device ID** | ID of the physical device that made the request. This is generated by the WARP client on the device that created the request. |
229232
| **Last authenticated** | Date and time the user last authenticated with Zero Trust. |
230233

231234
#### HTTP query details

src/content/docs/cloudflare-one/insights/logs/posture-logs.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Enterprise users can generate more detailed logs with [Logpush](/cloudflare-one/
1919
| Field | Description |
2020
| ----------------- | ---------------------------- |
2121
| **Name** | Name of the device. |
22+
| **ID** | Device ID generated by the WARP client. |
2223
| **Serial number** | Serial number of the device. |
2324
| **Manufacturer** | Manufacturer of the device. |
2425
| **Model** | Model of the device. |
@@ -29,6 +30,7 @@ Enterprise users can generate more detailed logs with [Logpush](/cloudflare-one/
2930
| ----------- | -------------------------------------------------- |
3031
| **Email** | Email used to register the device with Zero Trust. |
3132
| **User ID** | UUID of the user who registered the device. |
33+
| **Registration ID** | UUID of the user's WARP client registration. |
3234

3335
### Posture details
3436

0 commit comments

Comments
 (0)