> For the complete documentation index, see [llms.txt](https://docs.bird.com/taxi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/taxi/manage-your-organisation-settings/security-2/setting-up-enterprise-password-rules.md).

# Setting up Enterprise Password Rules

Organisation Owners can set up Enterprise Password Rules on their Taxi account to make sure that their team's Taxi for Email passwords match the password rules of their organisation. You can also set up automated logout.

You'll need to make sure that the feature has been enabled as part of your plan. Get in touch with us if you'd like to add it to your account.

You can set the following password rules:

Policy:

![](https://2516523503-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMq0EQG9Ff46ZMsrIBcVn%2Fuploads%2Fgit-blob-670c8a0706102cf1dfa01e21b2a1a9ba05ffa1d4%2FScreenshot%2B2020-09-04%2Bat%2B10.11.20.png?alt=media)

* Log out automatically\
  This will log a user out after a specified length of time.
* Prevent concurrent sessions\
  When this setting is enabled, it will log out all other sessions when a user logs in.
* Force password changes\
  Ensure that a user changes their password at specified intervals.
* Prevent password re-use\
  Stop users from re-using a password that they’ve previously used.
* Lock users out after unsuccessful login attempts\
  This will stop users from logging back in for a specified period of time, after a specified number of failed login attempts.

Criteria:

![](https://2516523503-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FMq0EQG9Ff46ZMsrIBcVn%2Fuploads%2Fgit-blob-c3542a0ad305f535b5fd43798751907ae03c2f20%2FScreenshot%2B2020-09-04%2Bat%2B10.15.48.png?alt=media)

* Specify passwords content criteria:\
  Use these settings to set the length of a password, specify the minimum number of both upper and lower case letters, numbers and special characters.
* Ban words\
  Stop specific words from being used in passwords.

When enabled on your account, these rules sit alongside the standard Taxi password rules that we check against.

### To set up Enterprise Password Rules:

1. Click 'Organisation' from the bottom left-hand corner of your Taxi screen and select 'Security'
2. Select the 'Enterprise Security Settings' tab
3. Choose any rules you want to set up\
   You'll need to populate the fields that appear with the rules you wish to set.
4. Click 'Save Changes'


---

# 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.bird.com/taxi/manage-your-organisation-settings/security-2/setting-up-enterprise-password-rules.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.
