> For the complete documentation index, see [llms.txt](https://support.rosysalonsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.rosysalonsoftware.com/employees/employee-login-security-feature.md).

# Employee Login Security Feature

Rosy has implemented a new security tool to help prevent people with malicious intent from gaining access to your account.

Whether it be a former employee trying to regain access to your account or an attacker program attempting to force their way in by attempting thousands of different login combos in seconds, Rosy wants to help protect your account. We have added an additional measure of protection that will log an employee login after 5 failed attempts.

![](/files/550778ee7639d8759acdea5700fd77ed816284d2)

If a login is temporarily locked, there are multiple ways of unlocking it.

{% stepper %}
{% step %}

## Unlock the account by resetting the password

* Click "Forgot your Password"
* Enter the business ID number and the username or email on file for the employee
* Follow the instructions emailed to you to set up a new password

{% hint style="info" %}
If an employee is missing an email on file or has the same email as another employee, they will not be able to receive a password reset email. Please navigate to Manage > Basic Settings > Employees and double check that each of your employees has a valid and unique email under the Basics tab of their employee profile.
{% endhint %}
{% endstep %}

{% step %}

## Have an Owner or Manager unlock the login

* Have an employee with security role Owner or Manager sign in to Rosy
* Navigate to Manage > Basic Settings > Employees
* Under the name of the employee who is locked out, you will see an "Unlock" button
* Once that has been clicked, the employee is free to attempt logging in again

![](/files/4a6d19cdf00b81ac0302474c11f473487f0a7c9a)
{% endstep %}

{% step %}

## Wait 5 minutes until the account is automatically unlocked

* If the steps in either of the first two options are not taken, the account will automatically unlock after 5 minutes of being frozen.
  {% endstep %}
  {% endstepper %}


---

# 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://support.rosysalonsoftware.com/employees/employee-login-security-feature.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.
