{% extends "layout.html" %} {% block body %}

Two step logon requires you to enter both your password and a code, provided by your smart phone, to logon to {{ config['APP_DISPLAY_NAME'] }}. This means that if somebody steals your password they can't logon without having access to your phone as well. This helps to protect your account from misuse.

Step 1: Scan this image

You must install an application on your smart phone. We recommend FreeOTP for iPhone and Android. Once installed open the application and scan the following image:

Once scanned you should see an entry for "{{ config['TOTP_IDENT'] }}" with a six digit number displayed.

Step 2: Verify your code

To enable two step logons you must enter the number generated by your smartphone app to verify you have set it up correctly.

{% endblock %}