diff --git a/Passwords.md b/Passwords.md index 5b0998d..b42eee1 100644 --- a/Passwords.md +++ b/Passwords.md @@ -6,11 +6,12 @@ legacyUrl: /support/solutions/articles/44001160269-passwords By default, users have the ability to change their own passwords. -If you would like to change the password for a user, navigate to the server dashboard -> **Users** -> **Click User** -> **Password**. +If you would like to set or change the password for a user, navigate to the server dashboard -> **Users** -> **Click User** -> **Password**. ![](images/server/users11.png) -**Note**: Guest passwords are managed by Emby Connect and can only be changed by the user themselves. +> [!NOTE] +> Make sure a local user password is set even when the user account is linked to an [Emby Connect](Emby-Connect.md) email address. The passwords for the Emby Connect](Emby-Connect.md) accounts can only be changed by the users themselves. By default all Emby apps will require authentication on each device ONCE per user. After that, the credentials will be remembered on that device enabling easy switching between profiles without needing to re-enter the password. diff --git a/User-Customization.md b/User-Customization.md new file mode 100644 index 0000000..a6105bd --- /dev/null +++ b/User-Customization.md @@ -0,0 +1,116 @@ +--- +uid: User-Customization +title: User Customization +--- + +Users are managed within the server dashboard by navigating to **Users**. + +Once a local user account has been created, the first step should be to set and save a password for that account. See [Passwords](Passwords.md). + +You can link the local user account to an Emby Connect e-mail address. See [Emby Connect](Emby-Connect.md). + +![](images/server/users37.png) + +You can control remote connections to the server at the user level. + +![](images/server/users18.png) + +You can disable or hide a user, as well as lock them from changing their user profile settings. + +Disabling a user will do just that. All existing sessions from that user will be abruptly terminated. + +![](images/server/users33.png) + +Hiding a user will simply remove them from visual login screens. They will need to enter their username and password manually. + +![](images/server/users28.png) + +Disabling user option to change their password and profile image would just do that. It would also not show the user the optional setting or changing of a profile pin. This is useful for administrators who prefer to dictate these terms to their users. + +![](images/server/users20.png) + +## Copying user preferences and settings from one user to other users + +As from Emby Server version 4.10.x and following the release of advanced Home Page customization options, a feature was added to allow you to replicate the customization from one user account to one or more other user accounts. + +In this example below, we are to copy the settings from **Test-User1** to **Test-User2** and **Test-User3**. + +Select **Users** from the server dashboard and then locate the user to copy the data from and click on the **...** + +![](images/server/users63.png) + +You will see an option to copy data in the pop-up box + +![](images/server/users64.png) + +Clicking on **Copy Data to Users** will show the **Copy Options** available and a drop-down for the Users to select as target to copy to. **Take extra care when selecting users to copy the settings to.** + +![](images/server/users65.png) + +In this example, I have ticked **Test-User2** and **Test-User3** as the target users to copy **Test-User1** settings and preferences to. + +![](images/server/users66.png) + + + +## Feature Access + +Features can be granted or denied, such as the ability to delete media, download media, view live tv, manage live tv, etc. The "Allow media playback" option determines if the user is able to play media or not. This option is handy if you'd like to setup a user who can browse the library but not play anything. + +![](images/server/users38.png) + +![](images/server/users39.png) + +You can set a limit on the number of concurrent video streaming sessions for the user. Note that this requires [Emby Premiere](Emby-Premiere.md) for it to be enforced. + +![](images/server/users40.png) + +You can also limit the bandwidth per video streaming for devices away from the local network. + +![](images/server/users41.png) + +And in cases where the remote device has quality set to Auto, you can also put a bandwidth limit to override that. + +![](images/server/users51.png) + +If you want to allow media deletions by the user, you can select from the list of libraries and channels. + +![](images/server/users42.png) + +You can also decide how they can remote control shared devices. Remote controlling another user allows them to send content to devices for playback while another user is signed in. Remote controlling shared devices, such as Dlna devices, allows them to send content to those as well. These can be set now or later. + +![](images/server/users19.png) + +Other features can also be configured: Downloads, Subtitles, Camera Upload, Media Conversion, Sharing playlists and some limited media information sharing on social media. + +![](images/server/users35.png) + +![](images/server/users43.png) + +![](images/server/users44.png) + +![](images/server/users45.png) + +![](images/server/users46.png) + +![](images/server/users47.png) + +## User Profile and Preferences + +See [User Preferences](User-Prefs.md). + +## Content Access + +See [Content Access](Content-Access.md). + +## Device Access + +See [Device Access](Device-Access.md). + +## Parental Controls + +See [Parental Controls](Parental-Controls.md). + +## User Password + +See [Passwords](Passwords.md). diff --git a/User-HomeScreen-Legacy.md b/User-HomeScreen-Legacy.md new file mode 100644 index 0000000..b71e9b7 --- /dev/null +++ b/User-HomeScreen-Legacy.md @@ -0,0 +1,31 @@ +--- +uid: User-HomeScreen-Legacy +title: User Home Screen Customization (Legacy) +--- + +Emby Server Admin can setup and edit the users Home Page through the the server dashboard by navigating to **Users**, selecting the user and then clicking the link **"Edit this user's profile, image and personal preferences"** which appears below the **Profile** tab. + +![](images/server/users48.png) + +The users, themselves can setup and edit the Home Screen by navigating to **App Settings** and clicking on "Home Screen" within the user **Preferences**. + +![](images/server/users67.png) + + +## Emby Server versions 4.8.x and 4.9.x + +Up to 7 section types can be configured for the user's Home Screen, with the default being: + +![](images/server/users56.png) + +For each section, a drop-down is available to choose from: + +![](images/server/users57.png) + +This is followed by a list of the libraries to show the **Library Order**. Library positions can be changed by moving the rows around. + +![](images/server/users68.png) + +Below the library order list, each library is shown with a configurable option for inclusion in sections like **Latest Media** and **Continue Watching** and also an option for the default screen to be pre-selected when viewing the library. The following is an example of this for a TV Shows library, named **TV**: + +![](images/server/users69.png) \ No newline at end of file diff --git a/User-HomeScreen.md b/User-HomeScreen.md new file mode 100644 index 0000000..a836d8c --- /dev/null +++ b/User-HomeScreen.md @@ -0,0 +1,439 @@ +--- +uid: User-HomeScreen +title: User Home Screen Customization +--- + +Emby Server Admin can setup and edit the users Home Page configuration through the the server dashboard by navigating to **Users**, selecting the user and then clicking the link **"Edit this user's profile, image and personal preferences"** which appears below the **Profile** tab. + +![](images/server/users48.png) + +The users, themselves can setup and edit the Home Screen selections by navigating to **App Settings** and clicking on "Home Screen" within the user **Preferences**. + +![](images/server/users67.png) + +> [!TIP] +> Server admin can replicate the Home Screen customization from one user account to other user accounts. Have a look at this in [User Customization](User-Customization.md) once you have a configuration for one user account that you want to replicate. + + +There are very advanced and functionality rich options for customizing the users Home Screens introduced in Emby Server 4.10.x, giving you the ability to: + +- Limiting certain sections to specific libraries +- Choosing the image that is used (poster/thumb) +- Overriding the scroll direction +- Recently released episodes +- Creating a home screen section based on a playlist, collection, genre or tag. +- Dynamic views based on extensive selection criteria with added option for Spotlight view + + +The following shows the default initial **Home Screen** contents and preferences. In this example, **Emby Show** plugin is installed and there is one library for each of Movies, TV Shows and Music and LiveTV is setup. + +## Default Home Screen Sections + +![](images/server/users59.png) + +The order in which the libraries are shown is determined by the **Library Order** list that follows. Each library is listed and can be re-ordered by selecting the row and moving it up or down. Rows are also shown for LiveTV, Collections, Playlists and installed additions such as The Emby Show. + +![](images/server/users60.png) + +Below this, there are options for selecting the default screens for each. + +![](images/server/users61.png) + +## Adding and customizing Home Screen sections + +There is no limit on the number of sections to be added to the Home Screen. A section type can be added more than once with different selection and presentation options. The order the sections appear can be changed by selecting a row within the "**Home Sections**" settings page and dragging up or down. The following shows the various section types that can be added: + +![](images/server/users62.png) + +Some of the options that were available for Home Screen customization in previous versions of Emby Server, have now been moved and covered by the configuration options available when adding or editing a section. + +For example, the old "**Next Up (Legacy)**" is no longer available as a section type but the options for "**Continue Watching**" will include one for "**Include next up episodes**". + +Also libraries home screen preferences for inclusion in secondary home screen sections such as **Latest Media** and **Continue Watching** have been removed and equivalent functionality is now provided by having a library list to tick for each section. + +With the variety of available options, you will see now that there may be more than one way to achieve what you like to see on the Home Screen. + +The following options and choices are common for most Home Screen section types: + +**Custom Title** + +You have the option to specify a custom title for the sections for all but sections for the "Latest Media" section type. If the option is available and left blank, the title will be automatically generated. + +![](images/server/users103.png) + +**View Type** + +Most section types that have this option, will give a choice of **Cards** or **Buttons**. + +![](images/server/users71.png) + +Some section types will offer **Spotlight** or **Cards** views, these being for **Dynamic Media** and **Recently Released Movies** section types. + +![](images/server/users104.png) + +**Libraries** + +A drop-down list of all libraries will be shown where you can exclude/include individual libraries. This list will also include components such as Live TV, Web Streams and IPTV. Example: + +![](images/server/users74.png) + +**Sort By** and **Sort Order** + +Extensive list of sort options are provided with Ascending or Descending sort order. + +Example: + +![](images/server/users84.png) + +**Scroll Direction** + +This will be a choice between **Auto** (the default) and **Horizontal** or **Vertical** to override apps scroll direction. When set to Auto, Emby apps will choose a scroll direction based on several factors such as screen size, orientation, form factor. + +> [!NOTE] +> Forcing vertical scroll direction may result in the number of items shown being limited for performance reasons. + +![](images/server/users75.png) + +and options being: + +![](images/server/users76.png) + +**Image Type** + +This will be a choice between **Auto** (the default) and **Primary** or **Thumb** image. + +![](images/server/users79.png) + + +The following details each section type: + + +### **1. Section Type: My Media** + +Select "**My Media**" as the Section type when adding a section. The following top level options are available: + +![](images/server/users70.png) + +You can name the section as you like, using the **Custom title** field. + +Two view types are available: "**Cards**" or "**Buttons**". + +![](images/server/users71.png) + +Example of "**Cards**" view: + +![](images/server/users72.png) + +Example of "**Buttons**" view: + +![](images/server/users73.png) + +You can specify which libraries are to be included in this section. It is defaulted to all. Deselect what is not required for this section. + +![](images/server/users74.png) + +You have an option to override the Emby client app default for scroll direction which would be used when "Auto" is selected. When set to Auto, Emby apps will choose a scroll direction based on several factors such as screen size, orientation, form factor. The choice is Auto, Horizontal or Vertical. + +> [!NOTE] +> Forcing vertical scroll direction may result in the number of items shown being limited for performance reasons. + +![](images/server/users75.png) + +with scroll options being: + +![](images/server/users76.png) + +Click **Save** to create the Home Screen section or complete editing. + + +### **2. Section Type: Continue Watching** + +Select "**Continue Watching**" as the Section type when adding a section. + +![](images/server/users77.png) + +There are similar options to those described above for the "**My Media**" section type. with two additions: + +A tick-box for creating a "**Next Up**" view to show the next episode to watch in a series: + +![](images/server/users78.png) + +and an option for selecting the **Image type**: + +![](images/server/users79.png) + + +### **3. Section Type: Continue Listening** + +Select "**Continue Listening**" as the Section type when adding a section. + +![](images/server/users80.png) + +Options are available to give a custom name for the Home Screen section, to select the libraries and to specify the scroll direction. These are as described above. + + +### **4. Section Type: Latest Media** + +Select "**Latest Media**" as the Section type when adding a section. + +![](images/server/users81.png) + +Libraries can be selected / excluded for this. A **"Latest library_name"** section would appear on the Home Screen for each selected library. The **Library Order** settings described earlier would determine the order. + +You have an option to override the Emby client app default for scroll direction which would be used when "Auto" is selected. When set to Auto, Emby apps will choose a scroll direction based on several factors such as screen size, orientation, form factor. The choice is Auto, Horizontal or Vertical. + +> [!NOTE] +> Forcing vertical scroll direction may result in the number of items shown being limited for performance reasons. + +![](images/server/users75.png) + +The following is an example of **Latest Media** sections added to the Home Screen: + +![](images/server/users82.png) + + +### **5. Section Type: Collections** + +Select "**Collections**" as the Section type when adding a section. + +![](images/server/users83.png) + +The title can be changed from the default by specifying your "Custom title". + +Select the sort by criteria for section: + +![](images/server/users84.png) + +You have an option to override the Emby client app default for scroll direction which would be used when "Auto" is selected. When set to Auto, Emby apps will choose a scroll direction based on several factors such as screen size, orientation, form factor. The choice is Auto, Horizontal or Vertical. + +> [!NOTE] +> Forcing vertical scroll direction may result in the number of items shown being limited for performance reasons. + +![](images/server/users75.png) + +And option for the image type: + +![](images/server/users79.png) + + +### **6. Section Type: Playlists** + +Select "**Playlists**" as the Section type when adding a section. + +![](images/server/users85.png) + +The title can be changed from the default by specifying your "Custom title". + +Select the sort by criteria for section: + +![](images/server/users84.png) + +You have an option to override the Emby client app default for scroll direction which would be used when "Auto" is selected. When set to Auto, Emby apps will choose a scroll direction based on several factors such as screen size, orientation, form factor. The choice is Auto, Horizontal or Vertical. + +> [!NOTE] +> Forcing vertical scroll direction may result in the number of items shown being limited for performance reasons. + +![](images/server/users75.png) + + +### **7. Section Type: Single Collection** + +Select "**Single Collection**" as the Section type when adding a section. + +![](images/server/users86.png) + +Open the Collection drop-down and choose the collection, e.g. + +![](images/server/users87.png) + +The title can be changed from the default by specifying your "Custom title". + +Select the sort criteria + +![](images/server/users88.png) + +You have an option to override the Emby client app default for scroll direction which would be used when "Auto" is selected. When set to Auto, Emby apps will choose a scroll direction based on several factors such as screen size, orientation, form factor. The choice is Auto, Horizontal or Vertical. + +> [!NOTE] +> Forcing vertical scroll direction may result in the number of items shown being limited for performance reasons. + +![](images/server/users75.png) + +The following shows an example of a **Tintin** collection added as a section, with title for the section set to **The Tintin Collection**, sort using the **Collection Order** option. The first shows the automatic scroll option where the whole collection items can be seen by horizontally scrolling: + +![](images/server/users101.png) + +In the second example, the section had an override of vertical scroll direction. The collections items shown is limited to 16. + +![](images/server/users89.png) + + +### **8. Section Type: Single Playlist** + +Select "**Single Playlist**" as the Section type when adding a section. + +![](images/server/users90.png) + +Open the Playlists drop-down and choose the playlist, e.g. + +![](images/server/users91.png) + +The title can be changed from the default by specifying your "Custom title". + +Select the sort criteria + +![](images/server/users92.png) + +You have an option to override the Emby client app default for scroll direction which would be used when "Auto" is selected. When set to Auto, Emby apps will choose a scroll direction based on several factors such as screen size, orientation, form factor. The choice is Auto, Horizontal or Vertical. + +> [!NOTE] +> Forcing vertical scroll direction may result in the number of items shown being limited for performance reasons. + +![](images/server/users75.png) + +The following is example of a Single Playlist section for a music playlist. The first is with the auto scrolling option, resulting in horizontal scroll and all items in the playlist can be seen by scrolling: + +![](images/server/users102.png) + +The second example is with vertical scrolling being set for the section, which results in the list of items being limited to 16. + +![](images/server/users93.png) + + +### **9. Section Type: Dynamic Media** + +This section type allows you to create a dynamic section depending on specific media types and metadata and present it optionally as a Spotlight section. + +Select "**Dynamic Media**" as the Section type when adding a section. + +![](images/server/users94.png) + +You have many different types to choose from: + +![](images/server/users95.png) + +Make a selection. + +Give the section a title by entering it in the "Custom title" field. + +You now have a choice of creating a Spotlight view or a normal view section. + +![](images/server/users96.png) + +Select the libraries for this home screen section. + +and choose a sort by option and an Ascending or Descending sort order. + +![](images/server/users97.png) + +Scroll down to add the filter options for this section. + +![](images/server/users98.png) + +You can select Favorites, Genres, Studios and most important, Tags. + +This is a Spotlight example of a dynamic view selected using a tag. + +![](images/server/users99.png) + +> [!NOTE] +> The section title is omitted for the spotlight section if displayed at the top. + +The following shows the view using view type Cards instead of a Spotlight view: + +![](images/server/users100.png) + + +### **10. Section Type: Recently Released Movies** + +Select "**Recently Released Movies**" as the Section type when adding a section. + +![](images/server/users105.png) + +Give the section a title by entering it in the "Custom title" field. + +You have a choice of creating a **Spotlight** view or a normal **Cards** view section. + +![](images/server/users96.png) + +Select the libraries for this home screen section. + +You have an option to override the Emby client app default for scroll direction which would be used when "Auto" is selected. When set to Auto, Emby apps will choose a scroll direction based on several factors such as screen size, orientation, form factor. The choice is Auto, Horizontal or Vertical. + +> [!NOTE] +> Forcing vertical scroll direction may result in the number of items shown being limited for performance reasons. + +![](images/server/users75.png) + +And option for the image type for the **Cards** view type: + +![](images/server/users79.png) + +The following shows example of a default image type Cards view type + +![](images/server/users106.png) + +And the same section with **Thumb** Image Type + +![](images/server/users107.png) + +The same section with a Spotlight view type, with each movie showing like this + +![](images/server/users108.png) + +and + +![](images/server/users109.png) + + +### **11. Section Type: Recently Released Episodes** + +Select "**Recently Released Episodes**" as the Section type when adding a section. + +![](images/server/users110.png) + +Give the section a title by entering it in the "Custom title" field. + +Select the libraries for this home screen section. + +You have an option to override the Emby client app default for scroll direction which would be used when "Auto" is selected. When set to Auto, Emby apps will choose a scroll direction based on several factors such as screen size, orientation, form factor. The choice is Auto, Horizontal or Vertical. + +> [!NOTE] +> Forcing vertical scroll direction may result in the number of items shown being limited for performance reasons. + +![](images/server/users75.png) + +And option for the image type + +![](images/server/users79.png) + +The following is an example using default options + +![](images/server/users114.png) + + +### **12. Section Type: On Now** + +Select "**On Now**" as the Section type when adding a section. + +![](images/server/users111.png) + +Give the section a title by entering it in the "Custom title" field. + +You have an option to override the Emby client app default for scroll direction which would be used when "Auto" is selected. When set to Auto, Emby apps will choose a scroll direction based on several factors such as screen size, orientation, form factor. The choice is Auto, Horizontal or Vertical. + +> [!NOTE] +> Forcing vertical scroll direction may result in the number of items shown being limited for performance reasons. + +![](images/server/users75.png) + +Example on the Home Screen + +![](images/server/users112.png) + + +### **13. Section Type: Active Recordings** + +Select "**Active Recordings**" as the Section type when adding a section. + +![](images/server/users113.png) diff --git a/User-Prefs.md b/User-Prefs.md new file mode 100644 index 0000000..e4bca7b --- /dev/null +++ b/User-Prefs.md @@ -0,0 +1,54 @@ +--- +uid: User-Prefs +title: User Preferences +--- + +Users are managed within the server dashboard by navigating to **Users**. + +## User Profile and Preferences + +Select the user and click the link **"Edit this user's profile, image and personal preferences"** which appears below the **Profile** tab. + +![](images/server/users48.png) + +The link takes you to the following screen which is the same screen that the user gets on selecting **App Settings** except for the **Profile** section which would not show if the user is not allowed to change password or image. + +### User Preferences + +![](images/server/users49.png) + + +### **Display** + +![](images/server/users52.png) + + +### **Home Screen** + +Please see [User Home Screen Customization](User-HomeScreen.md). + +For earlier versions of Emby Server (4.8.x and 4.9.x), refer to [User Home Screen Customization (Legacy)](User-HomeScreen-Legacy.md). + + +### **Playback** + +![](images/server/users53.png) + + +### **Subtitles** + +![](images/server/users54.png) + + +### **Profile** + +Clicking on the **Profile** button would allow the server administrator or the specific user to upload of a profile image and change the password and optional pin. Users that have this locked down by the server administrator would not see this option in the user preferences. + +![](images/server/users50.png) + + +### **Notifications** + +![](images/server/users55.png) + +For detailed information on setting up notifications, see [Notifications](Notifications.md) diff --git a/Users.md b/Users.md index aa9d28f..12f33a7 100644 --- a/Users.md +++ b/Users.md @@ -28,113 +28,26 @@ To add a user, click the + button within the Users heading: ![](images/server/users7.png) -You'll then be taken to the new user page page. Any user can be granted administrative access which will allow them to utilize the server dashboard. The only required field is a user name: +You'll then be taken to the new user page page. The only required field is a user name. Whilst not recommended, any user can be granted administrative access which will allow them to utilize the server dashboard. ![](images/server/users8.png) +As you can see, settings and user preferences can be imported from another local user account. Functionality has also been added as from Emby Server 4.10.x to copy a user preferences to other user accounts. See [User Customization](User-Customization.md). + Before saving, you can configure library and channel access, and this can easily be changed later. Deselect **All** to select specific libraries and channels: ![](images/server/users9.png) ![](images/server/users24.png) -After saving, you will then be able to do more customization for this user account. - -You can link the local user account to an Emby Connect e-mail address. See [Emby Connect](Emby-Connect.md). - -![](images/server/users37.png) - -You can control remote connections to the server at the user level. - -![](images/server/users18.png) - -To manage user feature access, you can do this now or later by visiting the Users page and clicking on a user account. - -## Feature Access - -Features can be granted or denied, such as the ability to delete media, download media, view live tv, manage live tv, etc. The "Allow media playback" option determines if the user is able to play media or not. This option is handy if you'd like to setup a user who can browse the library but not play anything. - -![](images/server/users38.png) - -![](images/server/users39.png) - -You can set a limit on the number of concurrent video streaming sessions for the user. Note that this requires [Emby Premiere](Emby-Premiere.md) for it to be enforced. - -![](images/server/users40.png) - -You can also limit the bandwidth per video streaming for devices away from the local network. - -![](images/server/users41.png) - -If you want to allow media deletions by the user, you cam select from the list of libraries and channels. - -![](images/server/users42.png) - -You can also decide how they can remote control shared devices. Remote controlling another user allows them to send content to devices for playback while another user is signed in. Remote controlling shared devices, such as Dlna devices, allows them to send content to those as well. These can be set now or later. - -![](images/server/users19.png) - -Other features can also be configured now or later. These cover Downloads, Subtitles, Camera Upload, Media Conversion, Sharing playlists and some limited media information sharing on social media. - -![](images/server/users35.png) - -![](images/server/users43.png) - -![](images/server/users44.png) - -![](images/server/users45.png) - -![](images/server/users46.png) - -![](images/server/users47.png) - -Lastly, you can disable or hide a user, as well as lock them from changing their user profile settings. - -Disabling a user will do just that. All existing sessions from that user will be abruptly terminated. - -![](images/server/users33.png) - - Hiding a user will simply remove them from visual login screens. They will need to enter their username and password manually. - -![](images/server/users28.png) - -Disabling user preference access will prevent a user from changing their profile settings, such as their image, password, view preferences, language preferences, and more. This is useful for administrators who prefer to dictate these terms to their users. - -![](images/server/users20.png) - -## User Profile and Preferences - -These can be set now or later, through the link "Edit this user's profile, image and personal preferences@. - -![](images/server/users48.png) - -The link takes you to the following screen which is the same screen that the user gets on selecting App Settings, if granted permission to edit the profile and preferences. - -![](images/server/users49.png) - -Clicking on the Profile button would allow upload of a profile image. - -![](images/server/users50.png) - -## Content Access - -See [Content Access](Content-Access.md). - -## Device Access - -See [Device Access](Device-Access.md). - -## Parental Controls - -See [Parental Controls](Parental-Controls.md). -## User Password +After saving, you will then be able to do more customization for this user account with the first recommended action being the setting of a user password. -See [Passwords](Passwords.md). +See [User Customization](User-Customization.md) ## Deleting a User -To delete a user, simply click the dot menu button and select Delete: +To delete a user, simply click the dot menu button and select **Delete**: ![](images/server/users5.png) \ No newline at end of file diff --git a/images/server/ppin1.png b/images/server/ppin1.png index f7e1329..4fe6d67 100644 Binary files a/images/server/ppin1.png and b/images/server/ppin1.png differ diff --git a/images/server/users100.png b/images/server/users100.png new file mode 100644 index 0000000..522861c Binary files /dev/null and b/images/server/users100.png differ diff --git a/images/server/users101.png b/images/server/users101.png new file mode 100644 index 0000000..b21ec3b Binary files /dev/null and b/images/server/users101.png differ diff --git a/images/server/users102.png b/images/server/users102.png new file mode 100644 index 0000000..a1f0075 Binary files /dev/null and b/images/server/users102.png differ diff --git a/images/server/users103.png b/images/server/users103.png new file mode 100644 index 0000000..4d37296 Binary files /dev/null and b/images/server/users103.png differ diff --git a/images/server/users104.png b/images/server/users104.png new file mode 100644 index 0000000..6862552 Binary files /dev/null and b/images/server/users104.png differ diff --git a/images/server/users105.png b/images/server/users105.png new file mode 100644 index 0000000..b9d17bb Binary files /dev/null and b/images/server/users105.png differ diff --git a/images/server/users106.png b/images/server/users106.png new file mode 100644 index 0000000..30c7265 Binary files /dev/null and b/images/server/users106.png differ diff --git a/images/server/users107.png b/images/server/users107.png new file mode 100644 index 0000000..2a56a23 Binary files /dev/null and b/images/server/users107.png differ diff --git a/images/server/users108.png b/images/server/users108.png new file mode 100644 index 0000000..90f7407 Binary files /dev/null and b/images/server/users108.png differ diff --git a/images/server/users109.png b/images/server/users109.png new file mode 100644 index 0000000..b1e4563 Binary files /dev/null and b/images/server/users109.png differ diff --git a/images/server/users11.png b/images/server/users11.png index 51867cf..093535b 100644 Binary files a/images/server/users11.png and b/images/server/users11.png differ diff --git a/images/server/users110.png b/images/server/users110.png new file mode 100644 index 0000000..c65874d Binary files /dev/null and b/images/server/users110.png differ diff --git a/images/server/users111.png b/images/server/users111.png new file mode 100644 index 0000000..dddbb4a Binary files /dev/null and b/images/server/users111.png differ diff --git a/images/server/users112.png b/images/server/users112.png new file mode 100644 index 0000000..d8cb049 Binary files /dev/null and b/images/server/users112.png differ diff --git a/images/server/users113.png b/images/server/users113.png new file mode 100644 index 0000000..5d7117b Binary files /dev/null and b/images/server/users113.png differ diff --git a/images/server/users114.png b/images/server/users114.png new file mode 100644 index 0000000..aafba73 Binary files /dev/null and b/images/server/users114.png differ diff --git a/images/server/users41.png b/images/server/users41.png index af686d5..bb09954 100644 Binary files a/images/server/users41.png and b/images/server/users41.png differ diff --git a/images/server/users50.png b/images/server/users50.png index f85febb..09eca90 100644 Binary files a/images/server/users50.png and b/images/server/users50.png differ diff --git a/images/server/users51.png b/images/server/users51.png new file mode 100644 index 0000000..0d14ddb Binary files /dev/null and b/images/server/users51.png differ diff --git a/images/server/users52.png b/images/server/users52.png new file mode 100644 index 0000000..6238891 Binary files /dev/null and b/images/server/users52.png differ diff --git a/images/server/users53.png b/images/server/users53.png new file mode 100644 index 0000000..4f462bb Binary files /dev/null and b/images/server/users53.png differ diff --git a/images/server/users54.png b/images/server/users54.png new file mode 100644 index 0000000..316cf74 Binary files /dev/null and b/images/server/users54.png differ diff --git a/images/server/users55.png b/images/server/users55.png new file mode 100644 index 0000000..c967fd1 Binary files /dev/null and b/images/server/users55.png differ diff --git a/images/server/users56.png b/images/server/users56.png new file mode 100644 index 0000000..e9b9b8b Binary files /dev/null and b/images/server/users56.png differ diff --git a/images/server/users57.png b/images/server/users57.png new file mode 100644 index 0000000..ac1fbf2 Binary files /dev/null and b/images/server/users57.png differ diff --git a/images/server/users58.png b/images/server/users58.png new file mode 100644 index 0000000..7a2335a Binary files /dev/null and b/images/server/users58.png differ diff --git a/images/server/users59.png b/images/server/users59.png new file mode 100644 index 0000000..7b3c72d Binary files /dev/null and b/images/server/users59.png differ diff --git a/images/server/users60.png b/images/server/users60.png new file mode 100644 index 0000000..a718620 Binary files /dev/null and b/images/server/users60.png differ diff --git a/images/server/users61.png b/images/server/users61.png new file mode 100644 index 0000000..494b0bd Binary files /dev/null and b/images/server/users61.png differ diff --git a/images/server/users62.png b/images/server/users62.png new file mode 100644 index 0000000..cbf1c5c Binary files /dev/null and b/images/server/users62.png differ diff --git a/images/server/users63.png b/images/server/users63.png new file mode 100644 index 0000000..4ebbce8 Binary files /dev/null and b/images/server/users63.png differ diff --git a/images/server/users64.png b/images/server/users64.png new file mode 100644 index 0000000..44392ed Binary files /dev/null and b/images/server/users64.png differ diff --git a/images/server/users65.png b/images/server/users65.png new file mode 100644 index 0000000..b650e25 Binary files /dev/null and b/images/server/users65.png differ diff --git a/images/server/users66.png b/images/server/users66.png new file mode 100644 index 0000000..8d989f4 Binary files /dev/null and b/images/server/users66.png differ diff --git a/images/server/users67.png b/images/server/users67.png new file mode 100644 index 0000000..517b3fe Binary files /dev/null and b/images/server/users67.png differ diff --git a/images/server/users68.png b/images/server/users68.png new file mode 100644 index 0000000..c7e9c8f Binary files /dev/null and b/images/server/users68.png differ diff --git a/images/server/users69.png b/images/server/users69.png new file mode 100644 index 0000000..81b49c3 Binary files /dev/null and b/images/server/users69.png differ diff --git a/images/server/users70.png b/images/server/users70.png new file mode 100644 index 0000000..64f5204 Binary files /dev/null and b/images/server/users70.png differ diff --git a/images/server/users71.png b/images/server/users71.png new file mode 100644 index 0000000..b28aadf Binary files /dev/null and b/images/server/users71.png differ diff --git a/images/server/users72.png b/images/server/users72.png new file mode 100644 index 0000000..eaa3476 Binary files /dev/null and b/images/server/users72.png differ diff --git a/images/server/users73.png b/images/server/users73.png new file mode 100644 index 0000000..7328842 Binary files /dev/null and b/images/server/users73.png differ diff --git a/images/server/users74.png b/images/server/users74.png new file mode 100644 index 0000000..f64a8f7 Binary files /dev/null and b/images/server/users74.png differ diff --git a/images/server/users75.png b/images/server/users75.png new file mode 100644 index 0000000..0421ad9 Binary files /dev/null and b/images/server/users75.png differ diff --git a/images/server/users76.png b/images/server/users76.png new file mode 100644 index 0000000..3f0e014 Binary files /dev/null and b/images/server/users76.png differ diff --git a/images/server/users77.png b/images/server/users77.png new file mode 100644 index 0000000..d7c17bb Binary files /dev/null and b/images/server/users77.png differ diff --git a/images/server/users78.png b/images/server/users78.png new file mode 100644 index 0000000..e6217ac Binary files /dev/null and b/images/server/users78.png differ diff --git a/images/server/users79.png b/images/server/users79.png new file mode 100644 index 0000000..4decb6f Binary files /dev/null and b/images/server/users79.png differ diff --git a/images/server/users80.png b/images/server/users80.png new file mode 100644 index 0000000..e25f0a7 Binary files /dev/null and b/images/server/users80.png differ diff --git a/images/server/users81.png b/images/server/users81.png new file mode 100644 index 0000000..4133161 Binary files /dev/null and b/images/server/users81.png differ diff --git a/images/server/users82.png b/images/server/users82.png new file mode 100644 index 0000000..783fd42 Binary files /dev/null and b/images/server/users82.png differ diff --git a/images/server/users83.png b/images/server/users83.png new file mode 100644 index 0000000..e51b22f Binary files /dev/null and b/images/server/users83.png differ diff --git a/images/server/users84.png b/images/server/users84.png new file mode 100644 index 0000000..92a5fea Binary files /dev/null and b/images/server/users84.png differ diff --git a/images/server/users85.png b/images/server/users85.png new file mode 100644 index 0000000..1e8136f Binary files /dev/null and b/images/server/users85.png differ diff --git a/images/server/users86.png b/images/server/users86.png new file mode 100644 index 0000000..56ee815 Binary files /dev/null and b/images/server/users86.png differ diff --git a/images/server/users87.png b/images/server/users87.png new file mode 100644 index 0000000..55c2960 Binary files /dev/null and b/images/server/users87.png differ diff --git a/images/server/users88.png b/images/server/users88.png new file mode 100644 index 0000000..e1056ba Binary files /dev/null and b/images/server/users88.png differ diff --git a/images/server/users89.png b/images/server/users89.png new file mode 100644 index 0000000..27c85f3 Binary files /dev/null and b/images/server/users89.png differ diff --git a/images/server/users90.png b/images/server/users90.png new file mode 100644 index 0000000..888530d Binary files /dev/null and b/images/server/users90.png differ diff --git a/images/server/users91.png b/images/server/users91.png new file mode 100644 index 0000000..fa808f7 Binary files /dev/null and b/images/server/users91.png differ diff --git a/images/server/users92.png b/images/server/users92.png new file mode 100644 index 0000000..a4e13ec Binary files /dev/null and b/images/server/users92.png differ diff --git a/images/server/users93.png b/images/server/users93.png new file mode 100644 index 0000000..ac3f216 Binary files /dev/null and b/images/server/users93.png differ diff --git a/images/server/users94.png b/images/server/users94.png new file mode 100644 index 0000000..a285b7c Binary files /dev/null and b/images/server/users94.png differ diff --git a/images/server/users95.png b/images/server/users95.png new file mode 100644 index 0000000..3ffe6db Binary files /dev/null and b/images/server/users95.png differ diff --git a/images/server/users96.png b/images/server/users96.png new file mode 100644 index 0000000..60c122a Binary files /dev/null and b/images/server/users96.png differ diff --git a/images/server/users97.png b/images/server/users97.png new file mode 100644 index 0000000..0d1c537 Binary files /dev/null and b/images/server/users97.png differ diff --git a/images/server/users98.png b/images/server/users98.png new file mode 100644 index 0000000..e37eaba Binary files /dev/null and b/images/server/users98.png differ diff --git a/images/server/users99.png b/images/server/users99.png new file mode 100644 index 0000000..3135ef7 Binary files /dev/null and b/images/server/users99.png differ diff --git a/toc.yml b/toc.yml index decf997..51fe067 100644 --- a/toc.yml +++ b/toc.yml @@ -38,6 +38,14 @@ items: - name: Users href: Users.md + - name: Users Customization + href: User-Customization.md + - name: User Preferences + href: User-Prefs.md + - name: User Home Screen Customization + href: User-HomeScreen.md + - name: User Home Screen Customization (Legacy) + href: User-HomeScreen-Legacy.md - name: Parental Controls href: Parental-Controls.md - name: Passwords