%inherit file="/base.mako"/>
<%namespace file="/message.mako" import="render_msg" />
<%def name="title()">Galaxy Administration%def>
%if message:
${render_msg( message, status )}
%endif
Administration
The menu on the left provides the following features
-
Categories
-
Security
-
Manage users - provides a view of the registered users and all groups and non-private roles associated
with each user.
-
Manage groups - provides a view of all groups along with the members of the group and the roles associated with
each group (both private and non-private roles). The group names include a link to a page that allows you to manage the users and
roles that are associated with the group.
-
Manage roles - provides a view of all non-private roles along with the role type, and the users and groups that
are associated with the role. The role names include a link to a page that allows you to manage the users and groups that are associated
with the role. The page also includes a view of the data library datasets that are associated with the role and the permissions applied
to each dataset.