implement 2fa remember browser, fixes #1259
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -1032,6 +1032,7 @@ return [
|
||||
'combination_not_found' => 'Kombination aus Benutzername und E-Mail Adresse stimmen nicht überein.',
|
||||
'2fa' => 'Zwei-Faktor Authentifizierung (2FA)',
|
||||
'2facode' => 'Bitte 2FA Code angeben',
|
||||
'2faremember' => 'Browser vertrauen',
|
||||
],
|
||||
'mails' => [
|
||||
'pop_success' => [
|
||||
|
||||
@@ -1104,6 +1104,7 @@ return [
|
||||
'combination_not_found' => 'Combination of user and email address not found.',
|
||||
'2fa' => 'Two-factor authentication (2FA)',
|
||||
'2facode' => 'Please enter 2FA code',
|
||||
'2faremember' => 'Trust browser',
|
||||
],
|
||||
'mails' => [
|
||||
'pop_success' => [
|
||||
|
||||
Reference in New Issue
Block a user