> For the complete documentation index, see [llms.txt](https://docs.umbraco.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.umbraco.com/umbraco-cloud/release-notes/archive/overview-2023/2023-04-releasenotes.md).

# April 2023

## Highlights video

{% embed url="<https://youtu.be/uvQrf9KDbDM>" %}
Cloud highlights April 2023
{% endembed %}

## Reset Authenticator App settings

The latest addition to the multi-factor-authentication feature is the option for **administrators of an organization to reset the authenticator app settings**. This can be done for every member of the organization that is using an authenticator app during the login process to Umbraco Cloud.

![ResetAuthenticatorApp](/files/tefOnXcH1PtO296HhOvo)

This can be handy in situations where the member is switching to another authenticator app and then starts using a new phone. Or it could be due to another reason to reset the authenticator app.

When the setting has been reset, the member will during his next login have to re-register an entry in his authenticator app of choice.

## Other Umbraco Cloud Portal updates

During March and April, we made multiple minor fixes and improvements to the Umbraco Cloud Portal. Here are some of the highlights.

* The **auto-upgrade** feature and its handling of particular Umbraco 7 and Umbraco 8 projects have been **improved**. We consider the upgrade feature to be more solid than ever.
* When a user starts a new project creation flow based on a baseline project, the **potential baselines will load a lot faster** than earlier.
* New versions of the project subpages **“Security”** and **“CDN Caching and Optimization”** have been released and the documentation updated accordingly.
* When a user decides to send a project invite to an email that represents a user that already is part of the project, an **informative error message** will be shown.
* The **UmbracoID login dialog** has received some minor tweaks in the front end.
* And a whole lot of other minor tweaks and improvements.


---

# 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.umbraco.com/umbraco-cloud/release-notes/archive/overview-2023/2023-04-releasenotes.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.
