You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/admins_docs.md
+8-14Lines changed: 8 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -809,14 +809,8 @@ This will disable the transcoding process and only the original file will be sho
809
809
810
810
## 19. Rounded corners on videos
811
811
812
-
By default the video player and media items are now having rounded corners, on larger screens (not in mobile). If you don't like this change, remove the `border-radius` added on the following files:
812
+
By default the video player and media items are now having rounded corners, on larger screens (not in mobile). If you don't like this change, set `USE_ROUNDED_CORNERS = False` in `local_settings.py`.
you now have to re-run the frontend build in order to see the changes (check docs/dev_exp.md)
820
814
821
815
822
816
## 20. Translations
@@ -879,7 +873,7 @@ By default there are 3 statuses for any Media that lives on the system, public,
879
873
880
874
Now user can view the Media even if it is in private state. User also sees all media in Category page
881
875
882
-
When user is added to group, they can be set as Member, Contributor, Manager.
876
+
When user is added to group, they can be set as Member, Contributor, Manager.
883
877
884
878
- Member: user can view media that are published on one or more categories that this group is associated with
885
879
- Contributor: besides viewing, user can also edit the Media in a category associated with this Group. They can also publish Media to this category
@@ -891,17 +885,17 @@ Use cases facilitated with RBAC:
891
885
- viewing all media of a category: if RBAC is enabled, and user visits a Category, they are able to see the listing of all media that are published in this category, independent of their state, provided that the category is associated with a group that the user is member of
892
886
- viewing all categories associated with groups the user is member of: if RBAC is enabled, and user visits the listing of categories, they can view all categories that are associated with a group the user is member
893
887
894
-
How to enable RBAC support:
888
+
How to enable RBAC support:
895
889
896
890
```
897
891
USE_RBAC = True
898
892
```
899
893
900
-
on `local_settings.py` and restart the instance.
894
+
on `local_settings.py` and restart the instance.
901
895
902
896
903
897
## 23. SAML setup
904
-
SAML authentication is supported along with the option to utilize the SAML response and do useful things as setting up the user role in MediaCMS or participation in groups.
898
+
SAML authentication is supported along with the option to utilize the SAML response and do useful things as setting up the user role in MediaCMS or participation in groups.
905
899
906
900
To enable SAML support, edit local_settings.py and set the following options:
907
901
@@ -942,8 +936,8 @@ Select the SAML Configurations tab, create a new one and set:
942
936
943
937
1.**IDP ID**: Must be a URL
944
938
2.**IDP Certificate**: x509cert from your SAML provider
945
-
3.**SSO URL**:
946
-
4.**SLO URL**:
939
+
3.**SSO URL**:
940
+
4.**SLO URL**:
947
941
5.**SP Metadata URL**: The metadata URL that the IDP will utilize. This can be https://{portal}/saml/metadata and is autogenerated by MediaCMS
948
942
949
943
- Step 3: Set other Options
@@ -971,5 +965,5 @@ to enable the identity providers, set the following setting on `local_settings.p
971
965
USE_IDENTITY_PROVIDERS = True
972
966
```
973
967
974
-
Visiting the admin, you will see the Identity Providers tab and you can add one.
968
+
Visiting the admin, you will see the Identity Providers tab and you can add one.
0 commit comments