-
Notifications
You must be signed in to change notification settings - Fork 42
Default account setting for new user. #111
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
Comments
Hmm. I wonder how that can be integrated with roles. By the design of OpenID, each user has a set of attributes. I wonder if an attribute can be read to set the template user? |
Personally, I don't use moment roles, as long as the user has valid SSO access it's OK. the advantage is that if there are modifications to be made for future users, you just have to pretend to be these users. |
That functionality does not exist at the moment. I can work on adding it sometime soon. |
Just bumping this; the proper solution would be for me to get roleClaims working with my auth provider, but in lieu of that the default user ought to be created with 0 access until explicitly granted, rather than the other way around. |
I am quite busy with exams over the next week, so I might not get to it soon. If you know C#, feel free to open a PR, however. |
Good morning,
I am looking to reproduce a function of my old login system. Let me explain. When a new user is created on the authentic side, he is redirected to Jellyfin OK.
Except that the user creates on Jellyfin settings that he should not like "download content" and especially the layout on the "home screen" side. On my old user management system, I had a so-called "master" account with an optimal blank configuration that applied automatically to each account creation. How to do that here?
THANKS
The text was updated successfully, but these errors were encountered: