[% USE raw %] [% USE Koha %] [% USE Asset %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Two-factor authentication › Patrons › Koha [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'patron-search.inc' %]
[% INCLUDE 'members-toolbar.inc' %]

Manage two-factor authentication

[% IF ( missing_key ) %]

Operation cannot proceed, please define an encryption key in your configuration.

[% ELSE %] [% IF op == 'register' %]

We recommend cloud-based mobile authenticator apps such as Authy, Duo Mobile, and LastPass. They can restore access if you lose your hardware device.

Can't scan the code?

To add the entry manually, provide the following details to the application on your phone.

Account: [% issuer | html %]

Key: [% key_id | html %]

Time based: Yes

[% IF invalid_pin %]
Invalid pin code
[% END %]
Cancel
[% ELSE %] [% IF patron.auth_method == "two-factor" %]
Status: Enabled
[% ELSE %]
Status: Disabled
[% END %] [% END %] [% END %]
[% MACRO jsinclude BLOCK %] [% INCLUDE 'str/members-menu.inc' %] [% Asset.js("js/members-menu.js") | $raw %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]