wsl install and add vpn configs
This commit is contained in:
18
content/docs/User_management/_index.md
Normal file
18
content/docs/User_management/_index.md
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
title: User Management / Permissions
|
||||
weight: 8
|
||||
---
|
||||
Glympse uses groups to allocate permissions for productions. When you create a new Base Production a new group of the same name is created. For users to be able to access any project they will need to be added to the Base Production group.
|
||||
|
||||
From there they will be able to access any Production assigned to a Base Production automatically.
|
||||
|
||||
It is possible to create your own groups and assign one or more Base Productions to a group. This is useful for people who may be working across multiple productions.
|
||||
|
||||
There are some managment/admin groups that are created automatically and these groups have permissions to view all productions.
|
||||
|
||||
|
||||
{{< cards >}}
|
||||
{{< card link="/docs/user_management/manage_users/" title="User Management" icon="user" >}}
|
||||
{{< card link="/docs/user_management/manage_groups/" title="Group Documentation" icon="user-group" >}}
|
||||
{{< /cards >}}
|
||||
|
||||
14
content/docs/User_management/manage_groups.md
Normal file
14
content/docs/User_management/manage_groups.md
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
title: Manage Groups
|
||||
type: docs
|
||||
weight: 2
|
||||
prev: /docs/User_management/manage_users
|
||||
---
|
||||

|
||||
When a base production is added, a new group of the same name will be created.
|
||||
|
||||
From this page you can select a group and assign productions to it. Users assigned to this group will then be able to access these productions.
|
||||
|
||||
You can add a new group by clicking the blue + button at the top right.
|
||||
|
||||
From this page you can add Base Production to a group, this will give every user in that group access to all the productions assigned to a Base Production.
|
||||
20
content/docs/User_management/manage_users.md
Normal file
20
content/docs/User_management/manage_users.md
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
title: Manage Users
|
||||
type: docs
|
||||
next: /docs/User_management/manage_groups
|
||||
prev: /docs/User_management/
|
||||
weight: 1
|
||||
---
|
||||
|
||||

|
||||
Select a user from the dropdown menu and you can assign the user to a group. You can also deactivate the user which will keep the account but not allow the user to log in. Or you can delete the user which will delete their account completely.
|
||||
|
||||
If the user was created by logging in via SSO, they will still be able to log in once they have been deleted. But they will have no permissions and won't be assigned to a group so will not have access to any productions.
|
||||
|
||||
You can enable the ability for users to scan or start a production transcoder. They will only be able to scan or transcode the productions they have access to.
|
||||
|
||||
Clicking on the number beside their name at the top will enter the impersonation for this user. This is useful if you need to check a user has the correct permissions.
|
||||
|
||||
You can add a local user by clicking the blue + button at the top.
|
||||
|
||||
This will bring up the new user modal. Add the required information and click submit. The user will be sent an email with their new account details and they will have been addd to the system. You can now add them to any groups they require.
|
||||
Reference in New Issue
Block a user