<pageType>system</pageType>
<controller>wcf\form\MultifactorManageForm</controller>
<name language="de">Mehrfaktor-Authentifizierung einrichten</name>
- <name language="en">Manage Multifactor Authentication</name>
+ <name language="en">Manage Multi-Factor Authentication</name>
<hasFixedParent>1</hasFixedParent>
<parent>com.woltlab.wcf.AccountSecurity</parent>
<excludeFromLandingPage>1</excludeFromLandingPage>
<page identifier="com.woltlab.wcf.MultifactorAuthentication">
<pageType>system</pageType>
<controller>wcf\form\MultifactorAuthenticationForm</controller>
- <name language="en">Multifactor Authentication</name>
+ <name language="en">Multi-Factor Authentication</name>
<name language="de">Mehrfaktor-Authentifizierung</name>
<hasFixedParent>1</hasFixedParent>
<parent>com.woltlab.wcf.Login</parent>
}
/**
- * Returns the multi factor methods the user set up.
+ * Returns the multi-factor methods the user set up.
*
* @return ObjectType[]
* @since 5.4
use wcf\system\WCF;
/**
- * Represents the multifactor authentication form.
+ * Represents the multi-factor authentication form.
*
* @author Tim Duesterhus
* @copyright 2001-2020 WoltLab GmbH
use wcf\system\WCF;
/**
- * Represents the multifactor setup form.
+ * Represents the multi-factor setup form.
*
* @author Tim Duesterhus
* @copyright 2001-2020 WoltLab GmbH
}
/**
- * If multifactor authentication is enabled for the given user then
+ * If multi-factor authentication is enabled for the given user then
* - the userID will be stored in the session variables, and
* - `true` is returned.
* Otherwise,
use wcf\system\form\builder\IFormDocument;
/**
- * Handles multifactor authentication for a specific authentication method.
+ * Handles multi-factor authentication for a specific authentication method.
*
* @author Tim Duesterhus
* @copyright 2001-2020 WoltLab GmbH
<item name="wcf.user.security.sessionName"><![CDATA[{if $session->getUserAgent()->getBrowser()}{$session->getUserAgent()->getBrowser()}{if $session->getUserAgent()->getOS()} on {$session->getUserAgent()->getOS()}{/if}{else}Unknown Device{/if}]]></item>
<item name="wcf.user.security.ipAddress"><![CDATA[IP Address]]></item>
<item name="wcf.user.security.lastActivity"><![CDATA[Last active]]></item>
- <item name="wcf.user.security.multifactor"><![CDATA[Multifactor Authentication]]></item>
+ <item name="wcf.user.security.multifactor"><![CDATA[Multi-Factor Authentication]]></item>
<item name="wcf.user.security.multifactor.com.woltlab.wcf.multifactor.totp"><![CDATA[Smartphone App]]></item>
<item name="wcf.user.security.multifactor.com.woltlab.wcf.multifactor.backup"><![CDATA[Emergency Codes]]></item>
<item name="wcf.user.security.multifactor.com.woltlab.wcf.multifactor.backup.manage"><![CDATA[Manage Emergency Codes]]></item>