diff --git a/source/includes/access-mongodump-users.rst b/source/includes/access-mongodump-users.rst index 6c370eae502..27ff52df31a 100644 --- a/source/includes/access-mongodump-users.rst +++ b/source/includes/access-mongodump-users.rst @@ -9,8 +9,3 @@ Specifically, to backup a given database's users, you must have the :authaction:`find` :ref:`action ` on the ``admin`` database's :data:`admin.system.users` collection. The :authrole:`backup` and :authrole:`userAdminAnyDatabase` roles both provide this privilege. - -To backup the user-defined roles on a database, you must have the -:authaction:`find` action on the ``admin`` database's -:data:`admin.system.roles` collection. Both the :authrole:`backup` and -:authrole:`userAdminAnyDatabase` roles provide this privilege.