> For the complete documentation index, see [llms.txt](https://changelog.visilean.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://changelog.visilean.com/changelog/release-5.0-2025/field-ready-login.md).

# Field-Ready Login

We’re introducing a lightweight login on web and mobile that prioritises speed and reliability from the first tap. It replaces heavy visuals with a clean, focused screen so teams reach their workspace faster.

**Summary highlights:**

* Faster login and fewer failures
* Reliable on low bandwidth and older devices
* Updated, responsive workspace list with search

## Why This Matters

First-touch speed shapes trust and sets the tone for the day.\
On sites with patchy networks and busy shift starts, quick, reliable access keeps crews moving.\
Reducing delays lowers support tickets and raises satisfaction across projects.

## What’s New?

A simplified login UI on web and mobile cuts load time and removes the slideshow.\
The workspace list is refreshed and responsive, with search unchanged and faster to reach.\
Single sign-on remains one click, and workspace icons are compressed to reduce data use.

## How It Helps

PMs and supervisors sign in quickly and get to today’s tasks without friction.\
Field users on older devices or low bandwidth experience fewer stalls and retries.\
IT teams retain existing SSO flows while gaining a faster entry path for large roll-outs.

### 3 Example use case scenarios

1. A morning briefing at the gate: supervisors open the app on 3G and reach the day plan in seconds.
2. A subcontractor toggles between projects and finds the right workspace without delays during a site walk.
3. A corporate roll-out with SSO: hundreds of users authenticate smoothly at shift start, reducing calls to support.

{% hint style="info" %}

### **Key Considerations & Caution Points**

On mobile, password recovery from the profile section still uses the previous UI; functionality is unaffected and the visual update is planned for the next release.

For the most stable experience, ensure the latest mobile build is installed; if you encounter a login loop, clear the app cache or reinstall and retry on a reliable connection.
{% endhint %}


---

# 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://changelog.visilean.com/changelog/release-5.0-2025/field-ready-login.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.
