xref: /plugin/twofactor/lang/en/settings.php (revision 09c2ba1ad8cae17a8638e08ccfd0236b58c5d412)
1<?php
2$lang["optinout"] = 'Configure how users can chose to use two-factor authentication: Opt-In, Opt-Out, or Mandatory.';
3$lang["optinout_o_optin"] = 'Opt-In';
4$lang["optinout_o_optout"] = 'Opt-Out';
5$lang["optinout_o_mandatory"] = 'Mandatory';
6
7$lang["useinternaluid"] = "If this option is off, DokuWiki will not require re-authentication in case of user IP change.";