Skip to content

Commit

Permalink
Merge pull request #244 from Ombi-app/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
Berserkir-Wolf committed Dec 7, 2023
2 parents 7dbe704 + 7b93f6d commit 4b06cde
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/guides/usermanagement.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Likewise, you can set a specific quality profile for a user here. Like someone a
## Roles

Each individual user can have additional roles above and beyond the defaults they're imported with.
You can view what the different roles mean [here](../info/user-roles.md)
You can view what the different roles mean [here](../info/user-roles)

For example, if your users aren't able to request music by default, but two or three people should be allowed to - you set the default to not, under [User Management](../../settings/usermanagement), and then set their specific user to have the "Request Music" role.
The reverse is also true - if someone abuses their ability to request things, you can revoke specific types for them in particular. Or set limits on their user.
Expand Down
5 changes: 5 additions & 0 deletions docs/info/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,3 +212,8 @@ _Do not forget to disable debug logging once you are done - it is for troublesho
"MinimumLevel": "Trace"
},
```

## Why are some of my Plex users not importing?

Only Plex users who you have _shared_ your server/libraries with can be imported.
Plex does not expose managed accounts for Ombi to be able to import them, as they are not completely standalone accounts.
2 changes: 1 addition & 1 deletion docs/settings/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ For example, if using Authentik, the `X-authentik-username` HTTP header which co
By default, header authentication will fail if the user doesn't already exist.
If this option is enabled, new users will instead be created automatically.

The default roles, request limits and streaming country set in [User Management](./usermanagement.md) will be applied to the new user.
The default roles, request limits and streaming country set in [User Management](./usermanagement) will be applied to the new user.
2 changes: 1 addition & 1 deletion docs/settings/user-preferences.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is where an individual user can set their langauge, and find the QR code for signing in to the app.

Per-user settings like roles can be applied by the admin under [User Management](../guides/usermanagement.md).
Per-user settings like roles can be applied by the admin under [User Management](../guides/usermanagement).

## Language

Expand Down
8 changes: 6 additions & 2 deletions docs/settings/usermanagement.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Importing Users

This page is slightly dynamic depending on what Media Server you have enabled.
Per-user settings can be applied under [User Management](../guides/usermanagement.md).
Per-user settings can be applied under [User Management](../guides/usermanagement).

## Import Plex Users

!!! note ""

Only Plex users you have _shared_ your library with can be imported. Managed user accounts are tied to your admin account and cannot be imported separately.

This will run a scheduled job every day that will import Plex users and give them the default permissions you have setup.
It will also look at the existing users that have been imported and update their email if it has changed.

Expand All @@ -25,7 +29,7 @@ This is an autocomplete field where you can type in the users username and selec
## Default Roles

Choose the default roles that the imported users will take when the import job runs.
You can view what the different roles mean [here](../info/user-roles.md)
You can view what the different roles mean [here](../info/user-roles)

## Default Request Limit

Expand Down

0 comments on commit 4b06cde

Please sign in to comment.