# Two Factor Authentication

## Overview

Couchdrop supports MFA/2FA natively through an integration with Authy (by Twilio). All users can configure 2fa for the Couchdrop Web App and when they first login to Couchdrop.

Authy supports SMS based 2FA and QR code based authenticator apps like the Microsoft Authenticator, 1password and the Google Authenticator. Setup is quick and easy and users can self manage.

{% hint style="info" %}
Enabling 2FA does not restrict SFTP and FTP access. 2FA is only supported for the web app.&#x20;
{% endhint %}

## Enabling Two Factor Authentication

Users can self manage 2fa by logging into the Couchdrop Web App and clicking on their user profile.

<figure><img src="https://391958821-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpokYqd27yrOUxIBhyvbF%2Fuploads%2FlCMP5Q6wyQ8NTcsRUT5W%2FScreenshot%202024-03-30%20at%209.30.08%20PM.png?alt=media&#x26;token=fc4ad5b3-af61-44b8-810b-0dba5e4c0dc7" alt=""><figcaption></figcaption></figure>

<figure><img src="https://391958821-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpokYqd27yrOUxIBhyvbF%2Fuploads%2FNEnHqN9cjnphwHfjpPfm%2FScreenshot%202024-03-30%20at%209.30.29%20PM.png?alt=media&#x26;token=dad54bec-af2b-49b3-8921-b47ac72a0e74" alt=""><figcaption></figcaption></figure>

## Forcing the use of MFA/Two Factor Authentication

Couchdrop now supports 2fa enforcement via a new security option. When enabled, users who have not configured 2fa will be required to configure it the next time they login. &#x20;

**How to Enable**

To enable 2fa enforcement;

1. Login to Couchdrop as the owner
2. Click **Administration --> Security**
3. Under **Password Policies,** toggle the checkbox for **Enforced MFA**&#x20;

<figure><img src="https://391958821-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FpokYqd27yrOUxIBhyvbF%2Fuploads%2F2gJOhv0CGlSs2hf2xCgU%2FScreenshot%202024-03-30%20at%209.16.37%20PM.png?alt=media&#x26;token=5c445af4-153a-4376-b89c-12a64658f0c1" alt=""><figcaption></figcaption></figure>

## Debugging issues

Couchdrop administrators with permissions to manage users can disable 2fa for users in their tenant. Disabling 2fa for a user will allow the user login to Couchdrop without 2fa and retry configuration.&#x20;

{% hint style="info" %}
Administrators cannot modify the global security settings or disable 2fa on the account owner. Contact support for help with issues accessing the owner account.&#x20;
{% endhint %}


---

# 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.couchdrop.io/administration/security/two-factor-authentication.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.
