# Two-Factor Authentication for Backup Accounts

With eazyBackup it is possible to enable two-factor authentication using a time based one time passcode for use with the both the backup software and the web control panel.

To configure this option, you will need to login to the backup account from the control panel: <https://panel.eazybackup.ca/>

From the backup control panel, open account settings, click on "My Account".

<img src="https://eazybackup.com/wp-content/uploads/2021/07/eazybackup-panel-my-account-settings.png" alt="" width="563">

Enable the option for two-factor Authentication (TOTP).

<img src="https://eazybackup.com/wp-content/uploads/2021/07/enable-two-factor-authentication.png" alt="" width="563">

Scan the image with your two-factor authentication app, then enter the six-digit code from the app. Save the settings to enable the feature.

<img src="https://eazybackup.com/wp-content/uploads/2021/07/TOTP-barcode.jpg" alt="" width="563">

With 2FA enabled, when you log into the web control panel or the backup software,  your two-factor code will be required.

<img src="https://eazybackup.com/wp-content/uploads/2021/07/eazybackup-application-2fa.png" alt="" width="375">

### Additional Account Security

{% hint style="info" %}
As of September 1st 2023, the backup application will lock automatically when it is closed. Each time the application is opened, you will be required to enter the backup account username and password.
{% endhint %}

As an additional security measure we recommend automatically locking the backup application when it is closed. If the lock has not been enabled, the software can be opened without the requirement to enter the account password or your TOTP 2FA.

* Open the eazyBackup application, select “**Account**” at the bottom left side menu,
* Select “**change account settings**” button,
* On the Account tab, click the “**Lock…**” button to the right of the Username field.
* If you confirm the confirmation to lock the application, the program immediately locks and closes. Your password (and TOTP if configured) is required to open the application again.
* Each time you login to the application you must lock it again following the steps above.

<img src="https://eazybackup.com/wp-content/uploads/2021/07/eazybackup-application-lock.png" alt="" width="563">

***

[eazyBackup](https://eazybackup.com)


---

# 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.eazybackup.com/guides/two-factor-authentication-for-backup-accounts.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.
