1163ac707SMichael Wilmes<?php 2e7e81ff7SAndreas Gohr$lang["optinout"] = 'Configure how users can chose to use two-factor authentication: Opt-In, Opt-Out, or Mandatory.'; 33574ad29SAndreas Gohr$lang["optinout_o_optin"] = 'Opt-In'; 43574ad29SAndreas Gohr$lang["optinout_o_optout"] = 'Opt-Out'; 53574ad29SAndreas Gohr$lang["optinout_o_mandatory"] = 'Mandatory'; 634dda02bSMichael Wilmes 709c2ba1aSalexdraconian$lang["useinternaluid"] = "If this option is off, DokuWiki will not require re-authentication in case of user IP change."; 895ed3afaSAndreas Gohr$lang["trustedIPs"] = "A regular expression (no delimiters) to match against the user's IP address. If the user is coming from one of these IPs, the 2FA will be skipped."; 9*8bfbdf72SAndreas Gohr$lang["allowTokenAuth"] = "Allow access to special ressources (like plugin endpoints) without 2FA when using token auth. Access to the API is always allowed without 2FA when using token auth, regardless of this setting."; 10