> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/release-notes/enterprise/admin-console/admin-console-16.13.2.md).

# Admin Console 16.13.2

## Features

* **EM-5804**: Implemented RESTRICT\_IMPORT\_SHARED\_FOLDERS enforcement to restrict importing LastPass shared folders from the desktop application.

## Bug Fixes

* **EM-5701**: The "Last login" data was empty in the user status report on the Admin Console when there are more than 1,000 users.
* **EM-5770**: There were times in which logging into the Admin Console does not approve pending team users. The user must click on “Full Sync” in order for the users to be approved.
* **EM-5685**: Pagination selector on user list goes off the screen
* **EM-5610**: In the Compliance Reports section, the Admin is able to click the "save" filters button multiple times and have a filter created for each click
* **EM-5838**: In GovCloud region, activating Secrets Manager rotation policy generates white screen.
* Various language and UI fixes


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.keeper.io/release-notes/enterprise/admin-console/admin-console-16.13.2.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
