wsl install and add vpn configs

This commit is contained in:
2024-11-29 15:50:51 +00:00
parent 52359840f2
commit 9bb033ab3b
13 changed files with 250 additions and 1 deletions

View File

@@ -36,7 +36,9 @@ This will export a json file containing the database entries for this production
This will delete the production and all the clips associated with it.
## Manage Users
### Edit Users
![Manage Users](/images/Manage_Users.png)
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.
@@ -48,13 +50,15 @@ Clicking on the number beside their name at the top will enter the impersonation
You can add a local user by clicking the blue + button at the top.
### Edit Group Permissions
![Manage Groups](/images/Manage_groups.png)
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
From this page you can add productions to a group. Adding a production to a group will give every user in that group access to all the productions in the group.
## Settings
This will open the django admin setting page.