Approval.

This commit is contained in:
2026-09-07 14:09:31 +00:00
committed by md translation bot
parent 82eac5766e
commit 592501f348
26 changed files with 234 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?PHP
declare(strict_types = 1);
$two_factor_auth_types = array (
'none' => 'No two factor authentication',
'email' => 'By mail',
'webauthn_2fa' => 'WebAuthn (for two-factor authentication)',
'webauthn_passwordless' => 'WebAuthn (passwordless)',
'totp' => 'TOTP',
);