View | Details | Raw Unified | Return to bug 30588
Collapse All | Expand All

(-)a/installer/data/mysql/mandatory/sysprefs.sql (-1 / +1 lines)
Lines 711-717 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
711
('TransferWhenCancelAllWaitingHolds','0',NULL,'Transfer items when cancelling all waiting holds','YesNo'),
711
('TransferWhenCancelAllWaitingHolds','0',NULL,'Transfer items when cancelling all waiting holds','YesNo'),
712
('TranslateNotices','0',NULL, 'Allow notices to be translated','YesNo'),
712
('TranslateNotices','0',NULL, 'Allow notices to be translated','YesNo'),
713
('TrapHoldsOnOrder','1',NULL,'If enabled, Koha will trap holds for on order items ( notforloan < 0 )','YesNo'),
713
('TrapHoldsOnOrder','1',NULL,'If enabled, Koha will trap holds for on order items ( notforloan < 0 )','YesNo'),
714
('TwoFactorAuthentication', '0', 'NULL', 'Enables two-factor authentication', 'YesNo'),
714
('TwoFactorAuthentication', 'disable', 'enforce|enabled|disabled', 'Enables two-factor authentication', 'Choice'),
715
('UNIMARCAuthorityField100','afrey50      ba0',NULL,'Define the contents of UNIMARC authority control field 100 position 08-35','Textarea'),
715
('UNIMARCAuthorityField100','afrey50      ba0',NULL,'Define the contents of UNIMARC authority control field 100 position 08-35','Textarea'),
716
('UNIMARCAuthorsFacetsSeparator',', ',NULL,'UNIMARC authors facets separator','short'),
716
('UNIMARCAuthorsFacetsSeparator',', ',NULL,'UNIMARC authors facets separator','short'),
717
('UNIMARCField100Language','fre',NULL,'UNIMARC field 100 default language','short'),
717
('UNIMARCField100Language','fre',NULL,'UNIMARC field 100 default language','short'),
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_interface.pref (-4 / +4 lines)
Lines 203-208 Staff interface: Link Here
203
        -
203
        -
204
            - pref: TwoFactorAuthentication
204
            - pref: TwoFactorAuthentication
205
              choices:
205
              choices:
206
                  1: Enable
206
                  "enforce": Enforce
207
                  0: "Don't enable"
207
                  "enable": Enable
208
            - two-factor authentication (2FA).
208
                  "disable": "Don't enable"
209
            - two-factor authentication (2FA) for staff members.
209
- 

Return to bug 30588