> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# UserNeedToResetPassword

> UserNeedToResetPassword method in the ABBYY FlexiCapture user management API checks whether a given user must change their password and returns a bool.

## What it does

Checks whether the specified user has the requirement to change their password.

## Definition

```
bool UserNeedToResetPassword( string userName );
```

## Parameters

| **Name** | **Type** | **Description** |
| -------- | -------- | --------------- |
| userName | string   | User name       |

## Returned value

<table width="100%"><tbody><tr><td><p><strong>Type</strong></p></td><td><p><strong>Description</strong></p></td></tr><tr><td><p>bool</p></td><td><ul><li>"true" if the requirement is enabled</li><li>otherwise "false" is returned</li></ul></td></tr></tbody></table>
