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

(-)a/installer/data/mysql/mandatory/sysprefs.sql (-1 / +1 lines)
Lines 728-734 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
728
('TransferWhenCancelAllWaitingHolds','0',NULL,'Transfer items when cancelling all waiting holds','YesNo'),
728
('TransferWhenCancelAllWaitingHolds','0',NULL,'Transfer items when cancelling all waiting holds','YesNo'),
729
('TranslateNotices','0',NULL, 'Allow notices to be translated','YesNo'),
729
('TranslateNotices','0',NULL, 'Allow notices to be translated','YesNo'),
730
('TrapHoldsOnOrder','1',NULL,'If enabled, Koha will trap holds for on order items ( notforloan < 0 )','YesNo'),
730
('TrapHoldsOnOrder','1',NULL,'If enabled, Koha will trap holds for on order items ( notforloan < 0 )','YesNo'),
731
('TwoFactorAuthentication', '0', 'NULL', 'Enables two-factor authentication', 'YesNo'),
731
('TwoFactorAuthentication', 'disable', 'enforce|enabled|disabled', 'Enables two-factor authentication', 'Choice'),
732
('UNIMARCAuthorityField100','afrey50      ba0',NULL,'Define the contents of UNIMARC authority control field 100 position 08-35','Textarea'),
732
('UNIMARCAuthorityField100','afrey50      ba0',NULL,'Define the contents of UNIMARC authority control field 100 position 08-35','Textarea'),
733
('UNIMARCAuthorsFacetsSeparator',', ',NULL,'UNIMARC authors facets separator','short'),
733
('UNIMARCAuthorsFacetsSeparator',', ',NULL,'UNIMARC authors facets separator','short'),
734
('UNIMARCField100Language','fre',NULL,'UNIMARC field 100 default language','short'),
734
('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 209-214 Staff interface: Link Here
209
        -
209
        -
210
            - pref: TwoFactorAuthentication
210
            - pref: TwoFactorAuthentication
211
              choices:
211
              choices:
212
                  1: Enable
212
                  "enforce": Enforce
213
                  0: "Don't enable"
213
                  "enable": Enable
214
            - two-factor authentication (2FA).
214
                  "disable": "Don't enable"
215
            - two-factor authentication (2FA) for staff members.
215
- 

Return to bug 30588