add column '2fa status' for customers and admins
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -48,6 +48,7 @@ return [
|
||||
'2fa_ga_desc' => 'Das Konto ist eingerichtet, um zeitbasierte Einmalpasswörter via Authenticator-App zu erhalten. Um die gewünschte Authenticator-App einzurichten, scanne bitte den untenstehenden QR-Code. Zum Deaktivieren, klicke auf "2FA deaktivieren"',
|
||||
'2fa_not_activated' => 'Zwei-Faktor Authentifizierung ist nicht aktiviert',
|
||||
'2fa_not_activated_for_user' => 'Zwei-Faktor Authentifizierung ist für den aktuellen Benutzer nicht aktiviert',
|
||||
'type_2fa' => '2FA Status',
|
||||
],
|
||||
'admin' => [
|
||||
'overview' => 'Übersicht',
|
||||
|
||||
@@ -49,6 +49,7 @@ return [
|
||||
'2fa_ga_desc' => 'Your account is set up to use time-based one-time passwords via authenticator-app. Please scan the QR code below with your desired authenticator app to generate the codes. To deactivate, click on "Deactivate 2FA"',
|
||||
'2fa_not_activated' => 'Two-factor authentication is not enabled',
|
||||
'2fa_not_activated_for_user' => 'Two-factor authentication is not enabled for the current user',
|
||||
'type_2fa' => '2FA status',
|
||||
],
|
||||
'admin' => [
|
||||
'overview' => 'Overview',
|
||||
|
||||
Reference in New Issue
Block a user