-
-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import all users from Plex #281
Comments
Importing the users before their initial login could also be used to allow or deny certain users to be able to use the app which would be helpful. |
It would be nice to automatically remove users when they leave a Plex Server as well. |
This would be a nice option. I had a friend test out the interface and he only showed up as a user after he logged in. Only then was I able to edit his profile. |
How would should re shares be handled? Meaning let's say a user is shared with the server. We remove them but now they are re shared with the server. |
This is the current workflow. I do agree this list should be all the active shared users. |
Probably the safe bet is to disable the user instead of removing them. |
I like that idea. Same as how Tautulli handles it. |
I agree, this is the best way to handle this. I think accounts should be automatically enabled again when readded to the server as well. |
Currently a user's permissions can not be set until they have logged in, but in addition there is only the default "request" permission enabled upon creation. Being able to alter the default would save time from individually editing each user if you know you want every user to have "auto-approve" or "vote" settings etc. |
Great idea. We can have a configurable default. |
Referencing #388 here |
|
* feat: import users from plex fix #281 * fix(frontend): re-enable delete user confirmation button after finished
🎉 This issue has been resolved in version 1.12.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Is your feature request related to a problem? Please describe.
Currently, once a user logs in then you can change their permissions. I believe a better workflow would be to import all the users and be able to set permissions ahead of time.
Describe the solution you'd like
Be able to manage users before they log in. I believe a sync job to Plex to collect all the users will be needed and should be ran periodically.
The text was updated successfully, but these errors were encountered: