Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2290 from aleksandrychev/ENT-5312_3.15
Added time zone documentation
  • Loading branch information
aleksandrychev committed Feb 18, 2020
2 parents 4993ff3 + 1cb1667 commit 02914ee
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 1 deletion.
Binary file modified enterprise-cfengine-guide/Settings-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added enterprise-cfengine-guide/Time-zone-modal.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added enterprise-cfengine-guide/User-profile.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions enterprise-cfengine-guide/user-interface.markdown
Expand Up @@ -25,6 +25,7 @@ statements passed to PostgreSQL.
* [Sharing][User Interface#Sharing]
* [Measurements][User Interface#Measurements]
* [Settings][User Interface#Settings]
* [User profile][User Interface#User profile]

## Dashboard

Expand Down Expand Up @@ -150,3 +151,22 @@ Find out more: [Measurements][Measurements app]
A variety of CFEngine and system properties can be changed in the Settings view.

Find out more: [Settings][]

## User profile

The user profile is accessible from any view of the mission portal, from the drop down in the top right hand corner.

![Opening Profile](Settings-1.png)

From the profile, you can adjust timezone options.

![User Profile](User-profile.png)

* Time zone
* You can select any time zone from the searchable drop-down.
* Autodetect time zone change and ask for update
* If this option is selected Mission portal will ask you to update time zone when a difference is detected from your browser.
![Time zone modal](Time-zone-modal.png)
* Always use system/browser time
* Mission portal will automatically change your profile timezone when a system/browser timezone is changed.

9 changes: 8 additions & 1 deletion reference/enterprise-api-ref/users-rbac.markdown
Expand Up @@ -105,7 +105,8 @@ API call allowed only for administrator.
"roles": [
"linux_team"
],
"external": false
"external": false,
"time_zone": "Europe/Oslo"
}
]
}
Expand All @@ -121,6 +122,8 @@ API call allowed only for administrator.
List of assigned RBAC roles.
* **external**
Is user from external source (LDAP/AD).
* **time_zone**
Time zone

**Example usage:** `Example: Retrieving a User`

Expand All @@ -140,6 +143,8 @@ API call allowed only for administrator.
User email
* **roles** *(array)*
User roles, emp: `["admin", "test"]`
* **time_zone** *(string)*
Time zone

Create a new user.
API call allowed only for administrator.
Expand Down Expand Up @@ -176,6 +181,8 @@ API call allowed only for administrator.
User email
* **roles** *(array)*
User roles, emp: `["admin", "test"]`
* **time_zone** *(string)*
Time zone

**Example Request Body:**

Expand Down

0 comments on commit 02914ee

Please sign in to comment.