1163ac707SMichael Wilmes<?php 2*3574ad29SAndreas Gohr$lang["optinout"] = 'Configure how users can chose to use two factor authentication: Opt-In, Opt-Out, or Mandatory.'; 3*3574ad29SAndreas Gohr$lang["optinout_o_optin"] = 'Opt-In'; 4*3574ad29SAndreas Gohr$lang["optinout_o_optout"] = 'Opt-Out'; 5*3574ad29SAndreas Gohr$lang["optinout_o_mandatory"] = 'Mandatory'; 634dda02bSMichael Wilmes 7