# Password preferences

This enables us to set password preferences by just selecting one of the available two preferences. Once the preference is set depending upon the set preference, it allows us to create password as per the mentioned conditions. The two preferences are: one is simple but weak and the other is a second preference which is strong.

Beginning at the main screen, select **Admin,** then **Organization** from the drop down menu. This will launch the [**Organization**](/mifosx/user-manual/for-administrators-mifos-x-platform/administration/organization.md) menu.

Select **Password Preferences** to set the preferences.

![](https://mifosforge.jira.com/wiki/download/attachments/90243214/passwordPreferences.png?version=1\&modificationDate=1553068923461\&cacheVersion=1\&api=v2)

This will launch the **Password Preferences** page:

![](https://mifosforge.jira.com/wiki/download/attachments/90243214/passwordPreferencesPage.png?version=1\&modificationDate=1553069279474\&cacheVersion=1\&api=v2)

### **Setting Up the Password Preferences**

On this page, there are two preferences;

1\. Password must be at least 1 character and not more than 50 characters long. This means that the provided password should satisfy these conditions;

* Must have a **minimum** of 1 character
* If you decide to use more than one character, then the password must not contain more than 50 characters
* The characters can be of any kind (letters, numbers and symbols) but **Not** the '**&**' symbol.

2\. Password must be at least 6 characters, no more than 50 characters long, must include at least one upper case, one lower case letter, one numeric digit & no space. This means that the provided password must satisfy these conditions;

* Must have a **minimum** of 6 characters
* If you decide to use more than 6 characters, then the password must not contain more than 50 characters
* Must include at least one upper case letter.
* Must include at least one lower case letter.
* Must include at least one numeric digit (number).
* Must not have space. There must not be any space between the characters.
* The characters can be of any kind (letters, numbers and symbols) but **Not** the '**&**' symbol.

Select your preference and then click the **Submit** button.&#x20;

### Related articles

* Page:[Account Number Preferences](/mifosx/user-manual/for-administrators-mifos-x-platform/administration/system/account-number-preferences.md)
* Page:[Password preferences](/mifosx/user-manual/for-administrators-mifos-x-platform/administration/organization/password-preferences.md)


---

# Agent Instructions: 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:

```
GET https://docs.mifos.org/mifosx/user-manual/for-administrators-mifos-x-platform/administration/organization/password-preferences.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
