> 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/older/admin-console-15.0.5.md).

# Admin Console 15.0.5

## Improvements

* EM-4424: Addition of a KeeperFill role enforcement policy that enforces all settings/features of the Browser Extension

## Bug Fixes

* EM-4556: Syslog push sends the wrong TLS setting to the server
* EM-4559: Sending Keeper Push on a non-SSO account on console generates a reference error
* EM-4562: 2FA duration enforcements are not enforced on clients
* EM-4567: Admin gets a white screen when they receive a device approval request from a user they don't manage
* EM-4569: Selecting "Deny" on device approval request generates an error in the inspector
* &#x20;EM-4570: Unable to create a trial when linking from an iframe in a 3rd party site
* EM-4574: Change Master Password request fires twice
* EM-4554: Opening console login page in new window when "stay logged in" is enabled, a blank console screen appears
* EM-4544: Account\_Recovery is displayed as a key value in ARAM event types
* EM-4540: Account recovery dialogue displays incorrect error text
* EM-4529: Admin's changed email is not displayed at login when "Stay logged in" is enabled&#x20;
* EM-4507: Master Password Expiration and Logout Timer enforcements are missing duration descriptions&#x20;


---

# 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/older/admin-console-15.0.5.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.
