> For the complete documentation index, see [llms.txt](https://wiki.lucysecurity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.lucysecurity.com/release-notes/version-4/4.9.1.md).

# 4.9.1

## 4.9.1 Release Notes <a href="#release_notes" id="release_notes"></a>

This release, version 4.9.1, focuses on fixing several bugs related to the new UI (User Interface), tracking quiz results, and performance issues with high load campaigns.

### Fixed Bugs - New UI <a href="#fixed_bugs_-_new_ui" id="fixed_bugs_-_new_ui"></a>

* 2FA (two factor authentication) when updating from 4.8.8 to 4.9
* A bug with SSO SAML configuration
* A bug of a wrong chart clicked appearing in awareness campaign
* Displaying an incorrect fraction of the average score in awareness campaigns
* Mail & Web Campaign - results were not clickable
* Wizard would sometimes close when pressing Search
* 'Anonymous Visibility' - textbox that was set to value 10 instead of being empty by default
* Update of login page with new design (also solving the 'forgot password' button displacement)
* Match new UI design specs
* Missing administrative features - administrative user should be able to delete exports and resend emails
* A bug with missing campaign filters

### Detailed Description of UI Changes <a href="#detailed_description_of_ui_changes" id="detailed_description_of_ui_changes"></a>

* A bug with tracking quiz results of html-type content
* Optimizing SQL queries for campaigns with high loads


---

# 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://wiki.lucysecurity.com/release-notes/version-4/4.9.1.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.
