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: source/community/release_notes/ulmo/ulmo_console.rst
+39-21Lines changed: 39 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,27 +4,34 @@ Introducing the Administrative Console
4
4
######################################
5
5
6
6
The Ulmo release introduces the first version of the Administrative Console, a
7
-
central place where administrators can manage authorization for Open edX tools,
8
-
starting with :ref:`Roles and Permissions <Ulmo Roles and Permissions>` over
9
-
Libraries. The console is designed as an extensible UI that will later support
10
-
additional administrative workflows and integrations. It is powered by the new
11
-
roles and permissions model and is intended to serve as a general purpose admin
12
-
surface.
7
+
central place where administrators can manage access for Open edX tools,
8
+
starting with :ref:`Ulmo Roles and Permissions`. The console is designed as an
9
+
extensible UI that will later support additional administrative workflows and
10
+
integrations. It is powered by the new roles and permissions model and is
11
+
intended to serve as a general purpose admin tool.
13
12
14
13
What is in Ulmo for the Administrative Console
15
14
**********************************************
16
15
17
-
In Ulmo, the Administrative Console focuses on managing access to libraries that use the new Roles and Permissions service:
16
+
In Ulmo, the Administrative Console focuses on managing access to libraries that
17
+
use the new Roles and Permissions service:
18
18
19
-
* A library team manager that shows all users who have access to a library, the roles they hold, and the available role definitions.
19
+
* A library team management page that shows all users who have access to a
20
+
library, the roles they hold, and the available role definitions.
20
21
21
-
* A list of users who have access to libraries across the instance, including which libraries they can access and at what scope.
22
+
* A list of users who have access to libraries across the instance, including
23
+
which libraries they can access and at what scope.
22
24
23
-
* An overview of library roles and what each role allows a user to do in a library, for example view, edit, publish or manage the team.
25
+
* An overview of :ref:`Library Roles <Ulmo Available RP>` and what each role
26
+
allows a user to do in a library, for example view, edit, publish or manage
27
+
the team.
24
28
25
-
* Search and filters by user, email, role and library so administrators can quickly see who has access where.
29
+
* Search and filters by user, email, role and library so administrators can
30
+
quickly see who has access where.
26
31
27
-
* The ability to grant, update or revoke access by assigning or removing roles for a specific library. Users can hold more than one role and their effective access is the combination of those roles.
32
+
* The ability to grant, update or revoke access by assigning or removing roles
33
+
for a specific library. Users can hold more than one role and their effective
34
+
access is the combination of those roles.
28
35
29
36
How to Access the Administrative Console
30
37
****************************************
@@ -34,12 +41,16 @@ How to Access the Administrative Console
#. Use the :guilabel:`Manage Access` button in the right tray for that library to open the Administrative Console in a new tab, already focused on that library.
44
+
#. Use the :guilabel:`Manage Access` button in the right tray for that library
45
+
to open the Administrative Console in a new tab, already focused on that
:alt:The Administrative Console, showing the Library Team Management for the specified library. You can see all users names, emails, and Roles, and take Edit action if you have permissions to edit roles
@@ -56,24 +67,31 @@ management for libraries moves into the Administrative Console.
56
67
Out of Scope
57
68
************************
58
69
59
-
The following capabilities are not included in this first release of the Administrative Console:
70
+
The following capabilities are not included in this first release of the
71
+
Administrative Console:
60
72
61
73
* Managing access for courses, forums or other areas beyond Libraries.
62
74
63
-
* Managing platform settings that are not related to access, such as general configuration, integrations or content settings.
75
+
* Managing platform settings that are not related to access, such as general
76
+
configuration, integrations or content settings.
64
77
65
78
Future Improvements
66
79
*******************
67
80
68
-
After Ulmo, the Administrative Console is expected to evolve in several directions:
81
+
After Ulmo, the Administrative Console is expected to evolve in several
82
+
directions:
69
83
70
-
* Hosting additional Roles and Permissions scopes such as courses, forums or other product areas.
84
+
* Hosting additional Roles and Permissions scopes such as courses, forums or
85
+
other product areas.
71
86
72
-
* Introducing richer administration views that span multiple scopes, for example, seeing a user's access across libraries and courses in one place.
87
+
* Introducing richer administration views that span multiple scopes, for
88
+
example, seeing a user's access across libraries and courses in one place.
73
89
74
-
* Adding other platform level configuration panels, for example user groups or external integrations.
90
+
* Adding other platform level configuration panels, for example user groups or
91
+
external integrations.
75
92
76
-
This release focuses on delivering value for library access management while preparing the architecture for future extensions.
93
+
This release focuses on delivering value for library access management while
0 commit comments