> 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.12.0.md).

# Admin Console 16.12.0

## Features

* **EM-5703**: Implementation of Recovery Phrase. We have upgraded our account recovery process with a new and more secure 24-word “recovery phrase” feature. Read more on the [Keeper Blog](https://www.keepersecurity.com/blog/2023/04/24/keeper-introduces-24-word-recovery-phrases/).

With this update the existing setting to disable Account Recovery now applies to legacy security answers in addition to the Recovery Phrase method.&#x20;

Note the following:

* Users who currently have a security answer will be prompted to replace their security question/answer with an auto-generated 24-word recovery phrase.
* If you have this policy disabled already, users will not be prompted.
* If you change the policy to restrict recovery phrase, the effect is immediate on all users.
* If you &#x20;

<figure><img src="/files/4DJuyUSwPyCAqsRZqBnL" alt=""><figcaption><p>Role Policy to disable Account Recovery via Recovery Phrase method</p></figcaption></figure>

## Bug Fixes

* **EM-5758**: The SSO Master Password policy language and functionality has been updated slightly. Previously, users who created an SSO Master Password were able to use this login method even after the Admin enforced the policy. Now, users are unable to login or create master passwords if this policy is enforced. The language on the user interface has been updated to reflect this information.

<figure><img src="/files/8KVQ5bLNc6fngELOiNof" alt=""><figcaption></figcaption></figure>


---

# 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.12.0.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.
