mirror of
https://github.com/sct/overseerr.git
synced 2025-12-27 08:45:06 +01:00
* docs: setup docusaurus for documentation * docs: setup tailwind content for docusaurus * chore: ensure tailwindcss is installed so pages deploy works * docs: add cname to point to docs * ci: override format checking for pnpm-lock in gen-docs folder * docs(gen-docs): readme for docusaurus * chore(gen-docs): remove unnecessary image files * docs: remove installation instructions (moved to docs) * ci: rename docusaurus workflows to a more explicit name * style(gen-docs): custom color for links * docs: add more doc pages * style: gradient menu link bg, proper jellyseerr font & footer bg color * docs: fix proper link to relative pages * style: tab-items also now uses the proper jellyseerr colors * style: use prismTheme shadesOfPurple for codeblock/syntax highlighting * docs: fix broken links * docs: fix broken links * docs: fix broken anchors * chore(gen-docs): local search bar * style(gen-docs): tab colors * docs: reverse-proxy documentation * style(gen-docs): jellyseerr-like cards * docs: rename baremetal to build from source * docs: nixpkg version check component * docs: conditionally render override package derivation block and admonitions * docs: users section of the documentation
63 lines
2.5 KiB
Markdown
63 lines
2.5 KiB
Markdown
---
|
|
title: Editing Users
|
|
description: Edit user settings and permissions.
|
|
sidebar_position: 3
|
|
---
|
|
|
|
# Editing Users
|
|
|
|
From the **User List**, you can click the **Edit** button to modify a particular user's settings.
|
|
|
|
You can also click the check boxes and click the **Bulk Edit** button to set user permissions for multiple users at once.
|
|
|
|
## General
|
|
|
|
### Display Name
|
|
|
|
You can optionally set a "friendly name" for any user. This name will be used in lieu of their media server (Jellyfin/Emby/Plex) username (for users imported from the media server) or their email address (for manually-created local users).
|
|
|
|
### Email
|
|
|
|
:::note
|
|
This field is read-only for users imported from Plex.
|
|
:::
|
|
You can optionally set a proper email address for any user. This email address will be used for notifications, local sign-in and password resets.
|
|
|
|
By default, users imported from Jellyfin/Emby will use their media server username as their email address.
|
|
|
|
:::warning
|
|
You cannot leave this field blank.
|
|
:::
|
|
|
|
### Display Language
|
|
|
|
Users can override the [global display language](/using-jellyseerr/settings/general#display-language) to use Jellyseerr in their preferred language.
|
|
|
|
### Discover Region & Discover Language
|
|
|
|
Users can override the [global filter settings](/using-jellyseerr/settings/general#discover-region-and-discover-language) to suit their own preferences.
|
|
|
|
### Movie Request Limit & Series Request Limit
|
|
|
|
You can override the default settings and assign different request limits for specific users by checking the **Enable Override** box and selecting the desired request limit and time period.
|
|
|
|
Unless an override is configured, users are granted the global request limits.
|
|
|
|
Note that users with the **Manage Users** permission are exempt from request limits, since that permission also grants the ability to submit requests on behalf of other users.
|
|
|
|
Users are also unable to modify their own request limits.
|
|
|
|
## Password
|
|
|
|
All "local users" are assigned passwords upon creation, but users imported from Plex can also optionally configure passwords to enable sign-in using their email address.
|
|
|
|
Passwords must be a minimum of 8 characters long.
|
|
|
|
## Notifications
|
|
|
|
Users can configure their personal notification settings here. Please see [Notifications](/using-jellyseerr/notifications/) for details on configuring and enabling notifications.
|
|
|
|
## Permissions
|
|
|
|
Users cannot modify their own permissions. Users with the **Manage Users** permission can manage permissions of other users, except those of users with the **Admin** permission.
|