{% extends 'base.html' %} {% block body %}
{{_("Install an authenticator application on your mobile device like FreeOTP or Google Authenticator and scan this QR code. On Apple devices you can use an app called \"Authenticator\".")}}
{{_("If you are on your mobile device and cannot scan the code, you can click on it to open it with your authenticator app. If that does not work, enter the following details manually into your authenticator app:")}}
{{_("Issuer")}}: {{ method.issuer }}
{{_("Account")}}: {{ method.accountname }}
{{_("Secret")}}: {{ method.key }}
{{_("Type")}}: TOTP (time-based)
{{_("Digits")}}: 6
{{_("Hash algorithm")}}: SHA1
{{_("Interval/period")}}: 30 {{_("seconds")}}